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!)
A274236 Numbers n such that n^4096 + (n+1)^4096 is prime. 3
311, 2741, 3582, 5293, 6289, 12080, 14082, 16886, 17971, 19936, 21454, 21486, 26652, 26904, 28314, 34693, 35778, 36292, 40868, 43819, 46356, 46467, 49653, 53996, 57150, 58169, 64937, 67398, 77383, 82577, 86031, 86102, 87352, 87684, 89030, 93340, 95346, 97320, 98191, 111483, 113947, 118052, 125442, 125836, 126157, 127832, 130794 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms correspond only to probable primes.
LINKS
Henri Lifchitz & Renaud Lifchitz, Search for : x^4096+y^4096.
MATHEMATICA
Select[Range[1, 10000], PrimeQ[#^4096 + (#+1)^4096] &]
PROG
(PARI) for(n=1, 10000, if(isprime(n^4096 + (n+1)^4096), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime(n^4096 + (n+1)^4096)]
CROSSREFS
Sequence in context: A061329 A276662 A082862 * A213814 A305546 A071644
KEYWORD
nonn
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 May 10 18:31 EDT 2024. Contains 372388 sequences. (Running on oeis4.)