cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A191346 Primes = 1 mod 17#.

This page as a plain text file.
%I A191346 #10 Jun 02 2025 04:08:27
%S A191346 4084081,5105101,8168161,8678671,9189181,10720711,12762751,13273261,
%T A191346 13783771,14804791,18888871,21441421,21951931,22972951,25014991,
%U A191346 26546521,28078051,31651621,36246211,38288251,40330291
%N A191346 Primes = 1 mod 17#.
%C A191346 Infinite by Dirichlet's theorem.
%C A191346 a(1)=A073917(7), 17#(=510510=A002110(7)).
%F A191346 a(n) ~ 92160 n log n. [_Charles R Greathouse IV_, May 31 2011]
%o A191346 (PARI) forstep(n=1,1e8,510510,if(isprime(n),print1(n", "))) \\ _Charles R Greathouse IV_, May 31 2011
%Y A191346 Cf. A002110, A073917.
%K A191346 nonn,easy
%O A191346 1,1
%A A191346 _Zak Seidov_, May 31 2011