2018 Putnam B Problems/Problem 3

Revision as of 18:48, 17 August 2025 by Pinotation (talk | contribs) (Created page with "==Problem== Find all positive integers <math>n < 10^{100}</math> for which simultaneously <math>n</math> divides <math>2^n</math>, <math>n-1</math> divides <math>2^n - 1</mat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Find all positive integers $n < 10^{100}$ for which simultaneously $n$ divides $2^n$, $n-1$ divides $2^n - 1$, and $n-2$ divides $2^n - 2$.

Solution