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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081451 Partial maxima of A081446. 1
3, 5, 8, 9, 12, 17, 23, 27, 28, 29, 47, 48, 52, 57, 60, 64, 73, 77, 82, 87, 98, 99, 119, 132, 133, 135, 160, 203, 205, 212, 225, 264 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) t=11: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: A189213 A107792 A051206 * A107605 A109314 A102529

Adjacent sequences:  A081448 A081449 A081450 * A081452 A081453 A081454

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), Aug 29 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 14 06:09 EST 2012. Contains 205570 sequences.