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.

A142736 Primes congruent to 9 mod 59.

This page as a plain text file.
%I A142736 #13 Sep 08 2022 08:45:37
%S A142736 127,599,953,1307,1543,2251,3313,4021,4139,4493,4729,5437,5791,6263,
%T A142736 6971,7207,7561,8269,8387,8623,8741,9803,10039,11927,12163,12281,
%U A142736 12517,13697,13933,14051,14759,15349,15467,16057,16411,16529,16883,17827,18181,19597
%N A142736 Primes congruent to 9 mod 59.
%H A142736 Vincenzo Librandi, <a href="/A142736/b142736.txt">Table of n, a(n) for n = 1..1000</a>
%F A142736 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142736 Select[Range[9, 30000, 118], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 15 2011 *)
%t A142736 Select[Prime[Range[2500]], MemberQ[{9}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)
%o A142736 (Magma) [p: p in PrimesUpTo(20000) | p mod 59 eq 9 ]; // _Vincenzo Librandi_, Sep 02 2012
%o A142736 (PARI) is(n)=isprime(n) && n%59==9 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142736 Cf. A000040, A142730, A142732, A142734.
%K A142736 nonn,easy
%O A142736 1,1
%A A142736 _N. J. A. Sloane_, Jul 11 2008