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!)
A298223 The first of three consecutive primes the sum of which is equal to the sum of three consecutive squares. 10
1511, 5923, 6553, 9791, 11003, 14153, 14633, 15121, 22787, 29231, 36473, 61991, 62987, 68111, 89393, 116273, 137633, 167267, 212501, 233279, 292673, 316957, 426401, 455603, 579113, 603719, 717397, 819017, 938953, 1018057, 1022113, 1292737, 1399477, 1510427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
1511 is in the sequence because 1511+1523+1531 (consecutive primes) = 4565 = 1444+1521+1600 (consecutive squares).
PROG
(PARI) L=List(); forprime(p=2, 400000, q=nextprime(p+1); r=nextprime(q+1); t=p+q+r; if(issquare(12*t-24, &sq) && (sq-6)%6==0, u=(sq-6)\6; listput(L, p))); Vec(L)
CROSSREFS
Sequence in context: A252553 A237725 A200915 * A060676 A230402 A248718
KEYWORD
nonn
AUTHOR
Colin Barker, Jan 15 2018
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)