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.

A142033 Primes congruent to 29 mod 31.

This page as a plain text file.
%I A142033 #12 Sep 08 2022 08:45:35
%S A142033 29,277,401,463,587,773,1021,1579,1889,1951,2137,2447,2633,2819,3067,
%T A142033 3191,3253,4493,4679,5051,5113,5237,5857,5981,6043,6229,6353,6911,
%U A142033 7159,7283,7717,7841,8089,8461,8647,9391,9887,9949,10259,10321,10631,11003,11251
%N A142033 Primes congruent to 29 mod 31.
%H A142033 Vincenzo Librandi, <a href="/A142033/b142033.txt">Table of n, a(n) for n = 1..1000</a>
%F A142033 a(n) ~ 30n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142033 Select[Range[29,20000,31],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 30 2011 *)
%o A142033 (Magma) [p: p in PrimesUpTo(12000) | p mod 31 eq 29 ]; // _Vincenzo Librandi_, Aug 18 2012
%o A142033 (PARI) is(n)=isprime(n) && n%31==29 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142033 Cf. A000040, A142005, A142006, A142031.
%K A142033 nonn,easy
%O A142033 1,1
%A A142033 _N. J. A. Sloane_, Jul 11 2008