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!)
A346368 Odd numbers that can be written in a single way as 2*k^2+p, k>0, p prime. 0
5, 7, 9, 11, 23, 27, 29, 33, 41, 47, 53, 57, 59, 65, 71, 83, 95, 107, 113, 123, 143, 149, 161, 197, 233, 239, 257, 281, 287, 317, 323, 347, 383, 407, 413, 443, 449, 569, 743, 773, 785, 863, 1227, 1367, 1415, 1703, 1787, 2123, 2507, 2933, 3317, 3515, 3713, 4673, 5987, 6797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next element, if it exists, is greater than 10^8.
LINKS
PROG
(PARI) isok(m) = (m>3) && (m % 2) && (sum(i=1, sqrtint((m-3)/2), isprime(m-2*i^2)) == 1); \\ Michel Marcus, Jul 22 2021
CROSSREFS
Sequence in context: A024910 A283771 A045236 * A029664 A188793 A343525
KEYWORD
nonn
AUTHOR
Bernard Pitie, Jul 14 2021
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 July 16 15:16 EDT 2024. Contains 374349 sequences. (Running on oeis4.)