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.

A142144 Primes congruent to 35 mod 37.

This page as a plain text file.
%I A142144 #13 Sep 08 2022 08:45:35
%S A142144 109,257,331,479,701,997,1367,1663,1811,2477,2551,2699,3217,4253,4327,
%T A142144 4549,4919,4993,5437,5659,5807,5881,6029,6473,6547,6917,6991,7213,
%U A142144 7583,7879,8101,8693,9137,9433,9803,10099,10247,10321,10691,10987,11579,11801,12097
%N A142144 Primes congruent to 35 mod 37.
%H A142144 Vincenzo Librandi, <a href="/A142144/b142144.txt">Table of n, a(n) for n = 1..1000</a>
%F A142144 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142144 Select[Range[35,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 15 2011 *)
%t A142144 Select[Prime[Range[5000]],MemberQ[{35},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142144 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 35 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142144 (PARI) is(n)=isprime(n) && n%37==35 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142144 Cf. A000040.
%K A142144 nonn,easy
%O A142144 1,1
%A A142144 _N. J. A. Sloane_, Jul 11 2008