A182331 Primes of the form 6^k + 1.
2, 7, 37, 1297
Offset: 1
Keywords
Links
Programs
-
Mathematica
Select[Table[6^n + 1, {n, 0, 100}], PrimeQ] (* T. D. Noe, Apr 25 2012 *)
-
PFGW
ABC2 6^(2^$a)+1 a: from 0 to 18 // Charles R Greathouse IV, Jul 16 2012
Comments