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.

A142133 Primes congruent to 24 mod 37.

This page as a plain text file.
%I A142133 #12 Sep 08 2022 08:45:35
%S A142133 61,283,431,653,727,1097,1171,1319,2207,2281,2503,3169,3391,3539,3613,
%T A142133 3761,4057,4649,4723,4871,5167,5981,6203,6277,6869,7757,8053,8423,
%U A142133 8719,8867,8941,9311,9533,9829,10273,10939,11087,11161,11383,11827,12049,12197,12641
%N A142133 Primes congruent to 24 mod 37.
%H A142133 Vincenzo Librandi, <a href="/A142133/b142133.txt">Table of n, a(n) for n = 1..1000</a>
%F A142133 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142133 Select[Range[24,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *)
%t A142133 Select[Prime[Range[5000]],MemberQ[{24},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142133 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 24 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142133 (PARI) is(n)=isprime(n) && n%37==24 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142133 Cf. A000040, A142131, A142132.
%K A142133 nonn,easy
%O A142133 1,1
%A A142133 _N. J. A. Sloane_, Jul 11 2008