login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A264823 Centered 16-gonal (or hexadecagonal) primes. 1
17, 97, 241, 337, 449, 577, 881, 1249, 3041, 3361, 3697, 4049, 4801, 6961, 7937, 9521, 10657, 13121, 14449, 15137, 16561, 18049, 23761, 25537, 26449, 31249, 32257, 37537, 39761, 40897, 46817, 48049, 49297, 54449, 58481, 64081, 65521, 66977, 68449, 77617, 79201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form 8*k^2 - 8*k + 1.
LINKS
OEIS Wiki, Figurate numbers
Eric Weisstein's World of Mathematics, Centered Polygonal Number
Eric Weisstein's World of Mathematics, Prime Number
MATHEMATICA
Select[Table[8k^2-8k+1, {k, 0, 100}], PrimeQ] (* Harvey P. Dale, Mar 08 2023 *)
PROG
(PARI) for(n=1, 1e3, if(isprime(k=8*n^2-8*n+1), print1(k, ", "))) \\ Altug Alkan, Nov 26 2015
CROSSREFS
Sequence in context: A070186 A142189 A325068 * A081593 A078901 A078902
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 26 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)