A292008 Primes of the form Phi(k, 4), where Phi is the cyclotomic polynomial.
3, 5, 17, 13, 257, 241, 65537, 61681, 15790321, 4278255361, 4562284561, 291280009243618888211558641, 18446744069414584321, 78919881726271091143763623681, 84179842077657862011867889681, 20988936657440586486151264256610222593863921
Offset: 1
Keywords
Links
Crossrefs
Cf. A138934.
Programs
-
Mathematica
Select[Table[Cyclotomic[k,4], {k, 0, 100}], PrimeQ[#] &]