OFFSET
0,1
COMMENTS
All terms > 2 are divisible by 3. Moreover, the exponent of the highest power of 3 dividing a(n) behaves like a mixture of 2- and 3-adic ruler function, after the initial 0: (1, 2, 1, 2, 1, 3, 1, 2, 1, 2, 1, 3, 1, 2, 1, 2, 1, 4, ...) = A332202.
MATHEMATICA
a[n_] := 2^(2^n-1) + 1; Array[a, 9, 0] (* Stefano Spezia, Oct 14 2024 *)
PROG
(PARI) apply( {A332203(n)=1<<(1<<n-1)+1}, [0..9])
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 05 2020
STATUS
approved