login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142799 Primes congruent to 59 mod 60. 4

%I #12 Sep 08 2022 08:45:37

%S 59,179,239,359,419,479,599,659,719,839,1019,1259,1319,1439,1499,1559,

%T 1619,1979,2039,2099,2339,2399,2459,2579,2699,2819,2879,2939,2999,

%U 3119,3299,3359,3539,3659,3719,3779,4019,4079,4139,4259,4679,4799,4919,5039,5099

%N Primes congruent to 59 mod 60.

%H Vincenzo Librandi, <a href="/A142799/b142799.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016

%t Select[Prime[Range[900]], MemberQ[{59}, Mod[#, 60]] &] (* _Vincenzo Librandi_, Sep 04 2012 *)

%o (Magma) [p: p in PrimesUpTo(6000) | p mod 60 eq 59 ]; // _Vincenzo Librandi_, Sep 04 2012

%o (PARI) is(n)=isprime(n) && n%60==59 \\ _Charles R Greathouse IV_, Jul 02 2016

%Y Supersequence of A230809. Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)