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!)
A361485 Primes p such that p + 1024 is also prime. 5
7, 37, 67, 73, 79, 127, 139, 157, 163, 193, 199, 277, 283, 337, 349, 409, 457, 463, 487, 499, 547, 577, 613, 643, 673, 709, 787, 823, 853, 877, 883, 907, 1039, 1063, 1087, 1117, 1129, 1213, 1249, 1327, 1399, 1423, 1453, 1567, 1597, 1609, 1663, 1669, 1753, 1777, 1873, 1879 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are == 1 (mod 6).
LINKS
EXAMPLE
139 and 139 + 1024 = 1163 are both prime.
PROG
(PARI)
lista(nn)=my(v=vector(nn), p=2); for(n=1, nn, until(isprime(p+1024), p=nextprime(p+1)); v[n]=p); v \\ Winston de Greef, Mar 20 2023
CROSSREFS
Cf. A000040.
Cf. sequences of the type p + k are primes: A001359 (k = 2), A023200 (k = 4), A023202 (k = 8), A049488 (k = 16), A049489 (k = 32), A049490 (k = 64), A049491 (k = 128), A361483 (k = 256), A361484 (k = 512), this sequence (k = 1024).
Sequence in context: A093389 A093342 A336494 * A086110 A104914 A032588
KEYWORD
nonn,easy
AUTHOR
Elmo R. Oliveira, Mar 13 2023
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 30 22:14 EDT 2024. Contains 372141 sequences. (Running on oeis4.)