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.

A142120 Primes congruent to 11 mod 37.

This page as a plain text file.
%I A142120 #12 Sep 08 2022 08:45:35
%S A142120 11,233,307,677,751,1787,1861,2083,2749,2897,2971,3119,3637,4007,4229,
%T A142120 4451,4673,4969,5413,5783,5857,6079,6301,6449,6967,7411,7559,8447,
%U A142120 8521,8669,9187,9631,10223,10667,10889,11777,12073,12517,12739,13109,13183,13331
%N A142120 Primes congruent to 11 mod 37.
%H A142120 Vincenzo Librandi, <a href="/A142120/b142120.txt">Table of n, a(n) for n = 1..1000</a>
%F A142120 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142120 Select[Range[11,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 08 2011 *)
%t A142120 Select[Prime[Range[5000]],MemberQ[{11},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%o A142120 (Magma)[p: p in PrimesUpTo(15000) | p mod 37 eq 11 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142120 (PARI) is(n)=isprime(n) && n%37==11 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142120 Cf. A000040, A142117, A142118, A142119.
%K A142120 nonn,easy
%O A142120 1,1
%A A142120 _N. J. A. Sloane_, Jul 11 2008