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.

A142134 Primes congruent to 25 mod 37.

This page as a plain text file.
%I A142134 #12 Sep 08 2022 08:45:35
%S A142134 173,617,691,839,1061,1283,1579,1801,1949,2393,2467,2689,2837,3947,
%T A142134 4021,4243,4391,4909,5279,5501,6389,6833,6907,7129,7351,7499,7573,
%U A142134 8017,8387,8461,8609,8831,9127,9349,9497,9719,9941,10163,10459,10607,10903,11273
%N A142134 Primes congruent to 25 mod 37.
%H A142134 Vincenzo Librandi, <a href="/A142134/b142134.txt">Table of n, a(n) for n = 1..1000</a>
%F A142134 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142134 Select[Range[25,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *)
%t A142134 Select[Prime[Range[5000]],MemberQ[{25},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142134 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 25 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142134 (PARI) is(n)=isprime(n) && n%37==25 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142134 Cf. A000040, A142132, A142133.
%K A142134 nonn,easy
%O A142134 1,1
%A A142134 _N. J. A. Sloane_, Jul 11 2008