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.

A142119 Primes congruent to 10 mod 37.

This page as a plain text file.
%I A142119 #12 Sep 08 2022 08:45:35
%S A142119 47,269,491,787,1009,1231,1453,1601,1823,2267,2341,2711,3229,3673,
%T A142119 3821,4339,4561,4783,4931,5153,5227,5449,6263,6337,6781,7151,7669,
%U A142119 7817,8039,8779,9001,9371,10037,10111,10259,10333,11369,11443,11813,11887,12109,12479
%N A142119 Primes congruent to 10 mod 37.
%H A142119 Vincenzo Librandi, <a href="/A142119/b142119.txt">Table of n, a(n) for n = 1..1000</a>
%F A142119 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142119 Select[Range[10,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 08 2011 *)
%t A142119 Select[Prime[Range[5000]],MemberQ[{10},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142119 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 10 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142119 (PARI) is(n)=isprime(n) && n%37==10 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142119 Cf. A000040, A142116, A142117, A142118.
%K A142119 nonn,easy
%O A142119 1,1
%A A142119 _N. J. A. Sloane_, Jul 11 2008