A174277 Primes formed by the initial digits of the decimal expansion of Pi^(1/Pi).
1439, 143961949, 1439619495847590688336490804973755678698296474456640982233160641890243439489175847819775046598413042034429435933431518691836732951984722119433079301
Offset: 1
Programs
-
Mathematica
Select[a=Pi^(1/Pi);Table[Floor[a*10^n],{n,0,200}],PrimeQ[ # ]&]
Comments