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

Primes = 1 mod 17#
0

%I #8 May 13 2013 01:49:37

%S 4084081,5105101,8168161,8678671,9189181,10720711,12762751,13273261,

%T 13783771,14804791,18888871,21441421,21951931,22972951,25014991,

%U 26546521,28078051,31651621,36246211,38288251,40330291

%N Primes = 1 mod 17#

%C Infinite by Dirichlet's theorem.

%C a(1)=A073917(7), 17#(=510510=A002110(7)).

%F a(n) ~ 92160 n log n. [_Charles R Greathouse IV_, May 31 2011]

%o (PARI) forstep(n=1,1e8,510510,if(isprime(n),print1(n", "))) \\ _Charles R Greathouse IV_, May 31 2011

%Y Cf. A002110, A073917.

%K nonn,easy

%O 1,1

%A _Zak Seidov_, May 31 2011