A191346 Primes = 1 mod 17#.
4084081, 5105101, 8168161, 8678671, 9189181, 10720711, 12762751, 13273261, 13783771, 14804791, 18888871, 21441421, 21951931, 22972951, 25014991, 26546521, 28078051, 31651621, 36246211, 38288251, 40330291
Offset: 1
Programs
-
PARI
forstep(n=1,1e8,510510,if(isprime(n),print1(n", "))) \\ Charles R Greathouse IV, May 31 2011
Formula
a(n) ~ 92160 n log n. [Charles R Greathouse IV, May 31 2011]
Comments