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.

A142138 Primes congruent to 29 mod 37.

This page as a plain text file.
%I A142138 #12 Sep 08 2022 08:45:35
%S A142138 29,103,251,547,769,991,1213,1361,1583,1657,1879,2027,2693,2767,3137,
%T A142138 3359,3433,3581,3803,3877,4099,4691,4987,5209,5431,5653,5801,6689,
%U A142138 6763,6911,7207,7577,7873,8243,8317,8539,8761,9649,9871,10093,10463,11351,12239,12757
%N A142138 Primes congruent to 29 mod 37.
%H A142138 Vincenzo Librandi, <a href="/A142138/b142138.txt">Table of n, a(n) for n = 1..1000</a>
%F A142138 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142138 Select[Range[29,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 12 2011 *)
%t A142138 Select[Prime[Range[5000]],MemberQ[{29},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142138 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 29 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142138 (PARI) is(n)=isprime(n) && n%37==29 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142138 Cf. A000040, A142136, A142137.
%K A142138 nonn,easy
%O A142138 1,1
%A A142138 _N. J. A. Sloane_, Jul 11 2008