login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063082 Squares arising in A063076. 1
16, 576, 576, 4624, 7396, 26244, 44100, 48400, 76176, 78400, 86436, 96100, 176400, 260100, 272484, 302500, 331776, 430336, 440896, 448900, 462400, 509796, 509796, 515524, 538756 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(n=1, 38000, x=prime((n+1)^2)-prime(n^2); if(issquare(x), print(x)))

(PARI) { default(primelimit, 4294965247); n=0; for (m=1, 10^9, if(issquare(x=prime((m+1)^2) - prime(m^2)), write("b063082.txt", n++, " ", x); if (n==25, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 17 2009]

CROSSREFS

Cf. A063076.

Sequence in context: A196683 A131515 A189147 * A089156 A187403 A171210

Adjacent sequences:  A063079 A063080 A063081 * A063083 A063084 A063085

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 05 2001

EXTENSIONS

More terms from Santi Spadaro (spados(AT)katamail.com), Sep 30 2001

More terms from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 17 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.