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.

A142135 Primes congruent to 26 mod 37.

This page as a plain text file.
%I A142135 #12 Sep 08 2022 08:45:35
%S A142135 137,211,359,433,877,1321,1543,1913,1987,2357,2579,2801,3023,3319,
%T A142135 3467,3541,3911,4133,4651,4799,5021,6131,6353,6427,6871,7019,7537,
%U A142135 7759,7907,8573,8647,9091,9239,9461,10867,11311,11681,11903,12347,12421,12569,12791
%N A142135 Primes congruent to 26 mod 37.
%H A142135 Vincenzo Librandi, <a href="/A142135/b142135.txt">Table of n, a(n) for n = 1..1000</a>
%F A142135 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142135 Select[Range[26,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 12 2011 *)
%t A142135 Select[Prime[Range[5000]],MemberQ[{26},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142135 (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 26 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142135 (PARI) is(n)=isprime(n) && n%37==26 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142135 Cf. A000040, A142132, A142133, A142134.
%K A142135 nonn,easy
%O A142135 1,1
%A A142135 _N. J. A. Sloane_, Jul 11 2008