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!)
A274237 Numbers k such that k^8192 + (k+1)^8192 is prime. 3
3508, 5209, 13428, 15347, 16339, 17779, 22548, 37726, 40408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms correspond only to probable primes.
LINKS
Henri Lifchitz and Renaud Lifchitz, Search for: x^8192+y^8192.
MATHEMATICA
Select[Range[1, 10000], PrimeQ[#^8192 + (#+1)^8192] &]
PROG
(PARI) for(n=1, 10000, if(isprime(n^8192 + (n+1)^8192), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime(n^8192 + (n+1)^8192)]
CROSSREFS
Sequence in context: A257316 A224724 A338978 * A053804 A338392 A342399
KEYWORD
nonn,more
AUTHOR
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)