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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065377 Primes not of the form p + k^2, with p prime and k > 0. 5
2, 5, 13, 31, 37, 61, 127, 379, 439, 571, 829, 991, 1549, 3319, 7549 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

Do[ k = 1; p = Prime[n]; While[k^2 < p && !PrimeQ[p - k^2], k++ ]; If[k^2 > p, Print[p]], {n, 1, 10^6} ]

CROSSREFS

A000040-Complement of A065376.

Sequence in context: A054127 A184052 A018012 * A077278 A073683 A098501

Adjacent sequences:  A065374 A065375 A065376 * A065378 A065379 A065380

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Nov 03 2001

EXTENSIONS

Probably finite and 7549 is the last entry. - Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 05 2001

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 12 18:43 EST 2012. Contains 205432 sequences.