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.

A141995 Primes congruent to 19 mod 29.

This page as a plain text file.
%I A141995 #17 Sep 08 2022 08:45:35
%S A141995 19,193,251,367,541,599,773,947,1063,1237,1759,1933,2281,2339,2687,
%T A141995 2803,2861,3209,3499,3557,3673,3847,4021,4079,4253,5297,5413,5471,
%U A141995 6689,6863,7211,7559,7907,8081,8429,8719,8893,8951,9067,9241,9473,10111,10169,10343
%N A141995 Primes congruent to 19 mod 29.
%H A141995 Vincenzo Librandi, <a href="/A141995/b141995.txt">Table of n, a(n) for n = 1..1000</a>
%F A141995 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A141995 Select[Range[19,20000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 07 2011 *)
%o A141995 (Magma) [p: p in PrimesUpTo(12000) | p mod 29 eq 19 ]; // _Vincenzo Librandi_, Aug 17 2012
%o A141995 (PARI) is(n)=isprime(n) && n%29==19 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A141995 Cf. A000040, A141977, A141978.
%K A141995 nonn,easy
%O A141995 1,1
%A A141995 _N. J. A. Sloane_, Jul 11 2008