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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127494 a(1)=2, a(2)=3; a(n)=a(n-2)+s^2, where s^2 is a minimal square such that a(n) is prime and is not already in the sequence. 0
2, 3, 11, 7, 47, 23, 83, 59, 227, 383, 263, 419, 587, 563, 911, 599, 947, 743, 983, 887, 1019, 1031, 1163, 1607, 1307, 1931, 1451, 5531, 1487, 6827, 1523, 6863, 1559, 6899, 2459, 7043, 3359, 7079, 4259, 12263, 4583, 13163, 5483, 13487, 5519, 13523, 5843 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a={2, 3}; Do[aa=a[[ -2]]; Do[b=aa+s^2; If[FreeQ[a, b]&&PrimeQ[b], AppendTo[a, b]; Break[]], {s, 1000000}], {1008}]; a

CROSSREFS

Sequence in context: A086146 A082618 A083758 * A130803 A007932 A035122

Adjacent sequences:  A127491 A127492 A127493 * A127495 A127496 A127497

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Mar 31 2007

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 12:15 EST 2012. Contains 205909 sequences.