is a sequence of positive integers where .
Moreover, for all , is the smallest positive integer such that:
is an integer for all integers .
Find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that it is equivalent to saying that for n ≥ 4 , a n is the least common multiple of { a 1 a n − 1 , a 2 a n − 2 , … , a n − 1 a 1 } .
This formulation makes it clear that an has no prime factors other than 2 and 3 , for any n . We also notice that we can consider these two prime factors independently, since the LCM of the above set will be the highest power of two present times the highest power of three present.
In particular, let b n denote the sequence defined as above, except b 0 = b 1 = 1 and b 2 = b 3 = 2 .
Similarly, let c n denote the sequence defined as above, except c 0 = c 1 = c 2 = 1 and c 3 = 3 .
It is clear that a n = b n c n for all n .
We claim that b n = 2 ⌊ n / 2 ⌋ . The proof is by induction.
If n = 2 k , then b i b 2 k − i = 2 ⌊ i / 2 ⌋ . 2 ⌊ ( 2 k − i ) / 2 ⌋ ≤ 2 i / 2 . 2 k − i / 2 = 2 k , with equality when i ≡ 0 ( m o d 2 ) .
And, if n = 2 k + 1 , then b i b 2 k + 1 − i = 2 ⌊ i / 2 ⌋ . 2 ⌊ ( 2 k + 1 − i ) / 2 ⌋ = 2 i / 2 . 2 ( 2 k + 1 − i ) / 2 . 2 − 1 / 2 = 2 k , because exactly one of i and 2 k + 1 − i is odd.
A similar argument, with 3 cases modulo 3 , works to show c n = 3 ⌊ n / 3 ⌋ .
Hence, in general we have a n = 2 ⌊ n / 2 ⌋ 3 ⌊ n / 3 ⌋ .
So we have 2 0 1 6 a 2 0 1 6 = 2 0 1 6 2 1 0 0 8 . 3 6 7 2 = 2 . 3 3 ≈ 2 . 0 4 0 .