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!)
A142767 Primes congruent to 40 mod 59. 1
571, 1279, 1987, 2341, 2459, 3049, 3167, 4111, 4229, 4583, 4937, 5527, 5881, 6353, 7297, 8123, 8713, 8831, 9067, 9421, 9539, 10247, 10601, 10837, 12253, 13669, 14731, 15439, 16619, 17209, 17327, 17681, 18743, 18979, 19333, 19687, 20749, 21221, 21929, 22283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2600]], MemberQ[{40}, Mod[#, 59]] &] (* Vincenzo Librandi, Sep 04 2012 *)
Select[Range[40, 25000, 59], PrimeQ] (* Harvey P. Dale, Feb 17 2015 *)
PROG
(Magma) [p: p in PrimesUpTo(23000) | p mod 59 eq 40 ]; // Vincenzo Librandi, Sep 04 2012
CROSSREFS
Cf. A000040.
Sequence in context: A246229 A073036 A020381 * A251384 A076465 A144956
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
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 August 15 09:07 EDT 2024. Contains 375173 sequences. (Running on oeis4.)