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.

A142734 Primes congruent to 7 mod 59.

This page as a plain text file.
%I A142734 #19 Sep 08 2022 08:45:37
%S A142734 7,479,1069,1187,1423,1777,2131,2957,3547,4019,4373,5081,6143,6379,
%T A142734 6733,7559,10037,10273,10391,10627,11689,11807,12043,12161,13577,
%U A142734 13931,14639,15583,15937,16763,17117,17471,17707,18061,19477,19949,21011,21247,21601
%N A142734 Primes congruent to 7 mod 59.
%C A142734 Primes congruent to 7 mod 118. - _Vladimir Joseph Stephan Orlovsky_, Jul 14 2011
%H A142734 Vincenzo Librandi, <a href="/A142734/b142734.txt">Table of n, a(n) for n = 1..1000</a>
%F A142734 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142734 Select[Range[7, 30000, 118], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 14 2011 *)
%t A142734 Select[Prime[Range[2600]], MemberQ[{7}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)
%o A142734 (Magma) [p: p in PrimesUpTo(22000) | p mod 59 eq 7 ]; // _Vincenzo Librandi_, Sep 02 2012
%o A142734 (PARI) is(n)=isprime(n) && n%59==7 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142734 Cf. A000040, A142779.
%K A142734 nonn,easy
%O A142734 1,1
%A A142734 _N. J. A. Sloane_, Jul 11 2008