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!)
A274234 Numbers n such that n^1024 + (n+1)^1024 is prime. 3
1078, 2020, 2471, 3255, 4200, 5135, 5185, 6218, 6823, 7220, 8416, 9003, 9008, 9267, 9396, 9689, 10316, 11150, 11250, 11543, 11652, 12960, 14021, 14201, 16523, 16751, 17006, 17054, 17747, 17874, 18157, 18640, 18834, 20478, 20481, 20794, 21147, 22166, 22608, 22638, 24450, 24677, 24894, 25709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first five terms are certified primes, according to: factordb/certoverview.php. The others are probable primes. - Lewis Baxter, Jan 05 2021
LINKS
Henri Lifchitz & Renaud Lifchitz, Search for : x^1024+y^1024.
MATHEMATICA
Select[Range[1, 10000], PrimeQ[#^1024 + (#+1)^1024] &]
PROG
(PARI) for(n=1, 10000, if(isprime(n^1024 + (n+1)^1024), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime(n^1024 + (n+1)^1024)]
CROSSREFS
Sequence in context: A235570 A278652 A235084 * A023085 A351672 A163562
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)