OFFSET
1,1
COMMENTS
All terms are == 1 (mod 6).
LINKS
Winston de Greef, Table of n, a(n) for n = 1..10000
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
KEYWORD
nonn,easy
AUTHOR
Elmo R. Oliveira, Mar 13 2023
STATUS
approved