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!)
A075576 Smaller of two consecutive squares with a prime sum. 0
1, 4, 16, 25, 49, 81, 144, 196, 289, 361, 484, 576, 625, 841, 900, 1024, 1156, 1225, 1521, 1764, 2209, 2500, 3600, 4225, 4761, 4900, 5184, 6241, 6724, 7056, 7225, 7569, 8100, 9409, 9801, 10000, 10404, 10816, 11881, 12100, 13225, 14884, 16900, 18225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
s := 0:for i from 1 to 300 do if(isprime(i^2+(i+1)^2)) then s := s+1:a[s] := i^2:fi:od:seq(a[k], k=1..s);
CROSSREFS
Sequence in context: A087055 A135556 A163095 * A353295 A363428 A295921
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 25 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 26 2003
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 May 11 10:40 EDT 2024. Contains 372409 sequences. (Running on oeis4.)