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.

A142115 Primes congruent to 6 mod 37.

This page as a plain text file.
%I A142115 #12 Sep 08 2022 08:45:35
%S A142115 43,191,487,709,857,1153,1301,1523,1597,2411,2633,2707,3299,3373,4261,
%T A142115 4409,4483,5297,5519,5741,6037,6481,6703,7369,7517,7591,8627,8849,
%U A142115 8923,9293,9811,10181,10477,10847,11069,11587,12253,12401,12697,12919,13807,14029
%N A142115 Primes congruent to 6 mod 37.
%H A142115 Vincenzo Librandi, <a href="/A142115/b142115.txt">Table of n, a(n) for n = 1..1000</a>
%F A142115 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142115 Select[Range[6,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 07 2011 *)
%t A142115 Select[Prime[Range[5000]],MemberQ[{6},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142115 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 6 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142115 (PARI) is(n)=isprime(n) && n%37==6 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142115 Cf. A000040, A142112, A142113, A142114.
%K A142115 nonn,easy
%O A142115 1,1
%A A142115 _N. J. A. Sloane_, Jul 11 2008