OFFSET
1,1
COMMENTS
EXAMPLE
a(2) = 2^(2+1)*5 = 40, and the spectral basis of 40 is {25,16}, consisting of primes and powers.
MAPLE
F := n -> 2^(2^n)+1;
a := proc(n) if isprime(F(n)) then return 2^((2^n)+1)*F(n) fi; end;
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Walter Kehowski, Jan 06 2020
STATUS
approved
