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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081449 Smallest squares such that partial sums of the sequence plus 17 are primes. 3
36, 36, 144, 36, 324, 900, 144, 576, 144, 36, 576, 1764, 144, 144, 1296, 36, 36, 2304, 144, 324, 900, 7056, 1296, 1296, 144, 36, 900, 10404, 144, 144, 36, 3600, 36, 576, 900, 900, 324, 36, 2304, 1764, 144, 576, 144, 576, 144, 36, 36, 36, 144, 1764, 576 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Members are of the form (6m)^2, m integer (A081450).

PROG

(PARI) t=17:for(n=2, 100, for(k=1, 10^8, if(isprime(k^2+t), print1(k^2", "):t=t+k^2:break)))

CROSSREFS

Cf. A081445, A081447.

Sequence in context: A126355 A124511 A081445 * A165857 A098079 A160553

Adjacent sequences:  A081446 A081447 A081448 * A081450 A081451 A081452

KEYWORD

nonn

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 21 2003

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 15 10:28 EST 2012. Contains 205763 sequences.