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

Table of n, a(n) for n=1..9.

Richard Fischer, Primzahlen mit der Form (B+1)^N+B^N.

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

Cf. A005097, A027861, A155211, A153504, A154535, A174156, A174157, A215431, A215432, A215433, A274234, A274235, A274236.

Sequence in context: A257316 A224724 A338978 * A053804 A338392 A342399

Adjacent sequences: A274234 A274235 A274236 * A274238 A274239 A274240

KEYWORD

nonn,more

AUTHOR

Tim Johannes Ohrtmann, Jun 15 2016

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 March 29 01:21 EDT 2023. Contains 361596 sequences. (Running on oeis4.)