[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A204806
Primes followed by a gap of 190 = nextprime(p)-p.
1
142414669, 229949449, 257789053, 258063709, 260297563, 268625899, 306099181, 314919391, 364008181, 376789801, 385240381, 394059907, 401400211, 425592157, 439385917, 458614501, 470906101, 486127723, 496201099, 497422531, 499512049
OFFSET
1,1
PROG
(PARI) list_gaps(g=190, f, N=100)={my(p=0); for(c=1, N, while(g+p!=p=nextprime(p+1), ); if(f, write(f".txt", c" ", p-g), print1(", "p-g)))}
CROSSREFS
Sequence in context: A202280 A034611 A207798 * A186174 A224637 A224638
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jan 19 2012
STATUS
approved