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.

A142799 Primes congruent to 59 mod 60.

This page as a plain text file.
%I A142799 #14 Jun 09 2024 20:03:35
%S A142799 59,179,239,359,419,479,599,659,719,839,1019,1259,1319,1439,1499,1559,
%T A142799 1619,1979,2039,2099,2339,2399,2459,2579,2699,2819,2879,2939,2999,
%U A142799 3119,3299,3359,3539,3659,3719,3779,4019,4079,4139,4259,4679,4799,4919,5039,5099
%N A142799 Primes congruent to 59 mod 60.
%H A142799 Vincenzo Librandi, <a href="/A142799/b142799.txt">Table of n, a(n) for n = 1..1000</a>
%F A142799 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142799 Select[Prime[Range[900]], MemberQ[{59}, Mod[#, 60]] &] (* _Vincenzo Librandi_, Sep 04 2012 *)
%t A142799 Select[Range[59,5250,60],PrimeQ] (* _Harvey P. Dale_, Jun 09 2024 *)
%o A142799 (Magma) [p: p in PrimesUpTo(6000) | p mod 60 eq 59 ]; // _Vincenzo Librandi_, Sep 04 2012
%o A142799 (PARI) is(n)=isprime(n) && n%60==59 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142799 Supersequence of A230809. Cf. A000040.
%K A142799 nonn,easy
%O A142799 1,1
%A A142799 _N. J. A. Sloane_, Jul 11 2008