A152582 Numbers of the form 9^(2^n) + 2.
11, 83, 6563, 43046723, 1853020188851843, 3433683820292512484657849089283, 11790184577738583171520872861412518665678211592275841109096963
Offset: 1
Keywords
Programs
-
PARI
g(a,n) = if(a%2,b=2,b=1);for(x=0,n,y=a^(2^x)+b;print1(y","))
Comments