login
This site is supported by donations 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; internal format)
OFFSET

1,1

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: A032420 A127458 A039003 * A200655 A118622 A127050

Adjacent sequences:  A081450 A081451 A081452 * A081454 A081455 A081456

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Lambert Klasen (Lambert.Klasen(AT)gmx.net), Sep 05 2005

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 17 04:58 EST 2012. Contains 205985 sequences.