The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A081445 Smallest squares such that partial sums of the sequence plus 11 are primes. 4
36, 36, 144, 36, 324, 324, 36, 36, 36, 144, 144, 144, 36, 36, 36, 900, 900, 900, 324, 900, 36, 324, 36, 324, 576, 324, 144, 36, 324, 36, 576, 144, 2304, 576, 36, 144, 900, 324, 144, 576, 324, 900, 36, 144, 900, 2916, 144, 2916, 36, 576, 900, 1764, 324, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Members are of the form (6m)^2, m integer (A081446).
LINKS
MATHEMATICA
nxt[{t_, n_}]:=Module[{k = 1}, While[! PrimeQ[t + k^2 + 11], k++]; {t + k^2, k^2}]; Transpose[NestList[nxt, {36, 36}, 60]][[2]] (* Harvey P. Dale, Apr 13 2016 *)
PROG
(PARI) t=11; for(n=2, 100, for(k=1, 10^8, if(isprime(k^2+t), print1(k^2", "); t=t+k^2; break)))
CROSSREFS
Sequence in context: A247898 A124511 A372712 * A081449 A284568 A165857
KEYWORD
nonn
AUTHOR
Ralf Stephan, Mar 21 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 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)