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!)
A142824 Primes congruent to 26 mod 61. 1
331, 941, 1063, 1307, 1429, 2039, 2161, 3137, 3259, 4357, 4723, 4967, 5333, 5821, 6553, 7529, 8017, 8627, 10091, 10457, 11311, 11677, 12043, 12409, 12653, 13751, 13873, 15581, 16069, 17167, 18143, 19973, 21193, 21559, 21803, 22291, 22901, 23633, 24121, 25097 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[3000]], MemberQ[{26}, Mod[#, 61]] &] (* Vincenzo Librandi, Sep 05 2012 *)
Select[Range[26, 26000, 61], PrimeQ] (* Harvey P. Dale, Jan 02 2020 *)
PROG
(Magma) [p: p in PrimesUpTo(26000) | p mod 61 eq 26 ] ; // Vincenzo Librandi, Sep 05 2012
CROSSREFS
Cf. A000040.
Sequence in context: A142601 A210534 A210511 * A038647 A152311 A255155
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)