OFFSET
1,1
COMMENTS
Except for the first term, these numbers are divisible by 3. This follows from the identity I: a^n-b^n = (a+b)(a^(n-1) - a^(n-2)b + ... + b^(n-1)) for odd values of n. In this example, by expanding the binomial (3+2)^(2^n)+2, we get 3h + 2^(2^n)+2 for some h. Now 2^(2^n)+2 = 2*(2^(2^n-1)+1). Since 2^n-1 is odd, by identity I, 3 divides 2^(2^n)+2 + 3h. Therefore 3 divides 5^(2^n)+2 for n > 0.
PROG
(PARI) a(n) = 5^(2^(n-1)) + 2
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, Dec 08 2008
STATUS
approved