A301642 Primes of form 16*k^k + 1.
17, 433, 746497, 142657607172097
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
Select[Table[16*k^k+1,{k,20}],PrimeQ] (* Harvey P. Dale, Aug 23 2019 *)
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Select[Table[16*k^k+1,{k,20}],PrimeQ] (* Harvey P. Dale, Aug 23 2019 *)
Comments