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!)
A081453 Partial maxima of A081450. 1
3, 5, 7, 8, 14, 17, 23, 28, 32, 40, 43, 44, 49, 75, 77, 83, 91, 95, 101, 132, 174, 182, 210, 223, 224, 285 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) t=17; m=0; g=0; for(m=2, 200, while(1, for(k=1, 10^12, if(isprime(k^2+t), t=t+k^2; g=k/6; break)); if(g>m, print1(g", "); m=g)))
CROSSREFS
Sequence in context: A127458 A039003 A229860 * A352105 A345343 A200655
KEYWORD
nonn
AUTHOR
Ralf Stephan, Mar 21 2003
EXTENSIONS
More terms from Lambert Klasen (Lambert.Klasen(AT)gmx.net), Sep 05 2005
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)