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

 


A142108
Primes congruent to 25 mod 36.
2
61, 97, 241, 277, 313, 349, 421, 457, 601, 673, 709, 853, 997, 1033, 1069, 1213, 1249, 1321, 1429, 1609, 1753, 1789, 1861, 1933, 2113, 2221, 2293, 2437, 2473, 2617, 2689, 2797, 2833, 3049, 3121, 3229, 3301, 3373, 3517, 3697, 3733, 3769, 3877, 4021, 4057
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[25, 20000, 36], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jul 02 2011 *)
Select[Prime[Range[1500]], MemberQ[{25}, Mod[#, 36]]&] (* Vincenzo Librandi, Aug 19 2012 *)
PROG
(PARI) select(n->n%35==25, primes(1000)) \\ Charles R Greathouse IV, Jul 02, 2011
(Magma) [p: p in PrimesUpTo(5000) | p mod 36 eq 25 ]; // Vincenzo Librandi, Aug 19 2012
CROSSREFS
Cf. A000040.
Sequence in context: A104229 A088787 A020350 * A033239 A106390 A142191
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 18:41 EDT 2024. Contains 376137 sequences. (Running on oeis4.)