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.

A142142 Primes congruent to 33 mod 37.

This page as a plain text file.
%I A142142 #13 Sep 08 2022 08:45:35
%S A142142 107,181,773,1069,1217,1291,1439,2179,2549,3067,3511,3659,3733,3881,
%T A142142 4177,4547,4621,5657,5879,5953,6101,6323,6397,6619,6841,7211,7433,
%U A142142 7507,7877,7951,8543,8839,9209,9283,9431,9949,10837,11059,11503,12391,12539,12613
%N A142142 Primes congruent to 33 mod 37.
%H A142142 Vincenzo Librandi, <a href="/A142142/b142142.txt">Table of n, a(n) for n = 1..1000</a>
%F A142142 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142142 Select[Range[33,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 15 2011 *)
%t A142142 Select[Prime[Range[5000]],MemberQ[{33},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142142 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 33 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142142 (PARI) is(n)=isprime(n) && n%37==33 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142142 Cf. A000040.
%K A142142 nonn,easy
%O A142142 1,1
%A A142142 _N. J. A. Sloane_, Jul 11 2008