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!)
A247276 Primes p such that p + m^2 is prime for all m in {2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26}. 0
163, 409333, 13491637509487, 19802478368863 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are == {7, 13} mod 30.
Subsequence of A247275.
LINKS
PROG
(PARI)
forprime(p=1, 10^12, c=0; for(i=1, 13, if(ispseudoprime(p+(2*i)^2), c++); if(!ispseudoprime(p+(2*i)^2), break)); if(c==13, print1(p, ", "))) \\ Derek Orr, Sep 11 2014
CROSSREFS
Sequence in context: A145741 A247273 A247275 * A127882 A240255 A045006
KEYWORD
nonn,hard,more
AUTHOR
Zak Seidov, Sep 11 2014
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)