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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153262 Squares such that square+-3=primes. 0
16, 64, 100, 196, 4096, 8464, 12544, 19600, 21316, 29584, 47524, 88804, 92416, 103684, 106276, 115600, 122500, 126736, 173056, 193600, 220900, 258064, 306916, 313600, 336400, 391876, 401956, 425104, 446224, 470596, 481636, 495616, 529984 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

16-3=13,16+3=19,primes; 64-3=61,64+3=67,primes;...

The squared members of the intersection of A028873 and A049422. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 03 2009]

MATHEMATICA

lst={}; Do[p=n^2; If[PrimeQ[p-3]&&PrimeQ[p+3], AppendTo[lst, p]], {n, 7!}]; lst

CROSSREFS

Cf. A144938

Sequence in context: A129588 A043193 A043973 * A072128 A016802 A205064

Adjacent sequences:  A153259 A153260 A153261 * A153263 A153264 A153265

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 22 2008

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 10:53 EST 2012. Contains 205904 sequences.