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”).

A191346
Primes = 1 mod 17#
0
4084081, 5105101, 8168161, 8678671, 9189181, 10720711, 12762751, 13273261, 13783771, 14804791, 18888871, 21441421, 21951931, 22972951, 25014991, 26546521, 28078051, 31651621, 36246211, 38288251, 40330291
OFFSET
1,1
COMMENTS
Infinite by Dirichlet's theorem.
a(1)=A073917(7), 17#(=510510=A002110(7)).
FORMULA
a(n) ~ 92160 n log n. [Charles R Greathouse IV, May 31 2011]
PROG
(PARI) forstep(n=1, 1e8, 510510, if(isprime(n), print1(n", "))) \\ Charles R Greathouse IV, May 31 2011
CROSSREFS
Sequence in context: A246470 A231614 A376671 * A307846 A278199 A107023
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, May 31 2011
STATUS
approved