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!)
A216315 Primes congruent to 1 mod 59. 6
709, 827, 1063, 1181, 1889, 2243, 2833, 3187, 3541, 3659, 4013, 4603, 4721, 4957, 5783, 6373, 6491, 7789, 7907, 8969, 9323, 9677, 10267, 10739, 11093, 11329, 11447, 11801, 12037, 12391, 13099, 13217, 13807, 14633, 14869, 16993, 19471, 20297, 20533, 20887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Different from A059312: the first term missing in A059312 is a(27)=11447.
LINKS
MATHEMATICA
Select[Prime[Range[2500]], MemberQ[{1}, Mod[#, 59]] &] (* Vincenzo Librandi, Sep 07 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(21000) | p mod 59 eq 1]; // Vincenzo Librandi, Sep 07 2012
(PARI) is(n)=isprime(n) && n%59==1 \\ Charles R Greathouse IV, Jul 01 2016
CROSSREFS
Cf. A142729-A142785 (Primes congruent to 2-58 mod 59), A059312.
Sequence in context: A306365 A279747 A216402 * A059312 A114923 A057849
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Sep 03 2012
STATUS
approved

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 March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)