A152583 Numbers of the form 11^(2^n) + 2.
13, 123, 14643, 214358883, 45949729863572163, 2111377674535255285545615254209923, 4457915684525902395869512133369841539490161434991526715513934826243
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