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!)
A276264 Centered 25-gonal primes. 1

%I #11 Sep 01 2016 18:51:25

%S 151,251,701,1951,3001,4751,10151,12401,16651,19501,28201,29401,33151,

%T 38501,39901,45751,56951,63901,65701,81001,87151,95701,104651,114001,

%U 136501,144451,147151,158201,178501,181501,193751,219451,232901,257401,275651,290701,318001,322001

%N Centered 25-gonal primes.

%C Primes of the form (25*k^2 + 25*k + 2)/2.

%C Numbers k such that (25*k^2 + 25*k + 2)/2 is prime: 3, 4, 7, 12, 15, 19, 28, 31, 36, 39, 47, 48, 51, 55, 56, 60, 67, 71, 72, 80, 83, 87, 91, ...

%H Robert Israel, <a href="/A276264/b276264.txt">Table of n, a(n) for n = 1..10000</a>

%H OEIS Wiki, <a href="http://oeis.org/wiki/Centered_polygonal_numbers#cite_note-1">Centered polygonal numbers</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CenteredPolygonalNumber.html">Centered Polygonal Number</a>

%H <a href="/index/Ce#CENTRALCUBE">Index entries for sequences related to centered polygonal numbers</a>

%p select(isprime, [seq((25*k^2+25*k+2)/2, k=1..200)]); # _Robert Israel_, Sep 01 2016

%t Intersection[Table[(25 k^2 + 25 k + 2)/2, {k, 0, 1000}], Prime[Range[28000]]]

%o (PARI) lista(nn) = for(n=1, nn, if(isprime(p=(25*n^2 + 25*n + 2)/2), print1(p, ", "))); \\ _Altug Alkan_, Aug 26 2016

%Y Cf. A000040, A262221.

%Y Cf. centered k-gonal primes listed in A276261.

%K nonn

%O 1,1

%A _Ilya Gutkovskiy_, Aug 26 2016

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)