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!)
A142109 Primes congruent to 29 mod 36. 1
29, 101, 137, 173, 281, 317, 353, 389, 461, 569, 641, 677, 821, 857, 929, 1109, 1181, 1217, 1289, 1361, 1433, 1613, 1721, 1901, 1973, 2081, 2153, 2297, 2333, 2441, 2477, 2549, 2621, 2657, 2693, 2729, 2801, 2837, 2909, 3089, 3413, 3449, 3557, 3593, 3701, 3881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[29, 20000, 36], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jul 02 2011 *)
Select[Prime[Range[1500]], MemberQ[{29}, Mod[#, 36]]&] (* Vincenzo Librandi, Aug 19 2012 *)
PROG
(PARI) select(n->n%36==29, primes(1000)) \\ Charles R Greathouse IV, Jul 02, 2011
(Magma) [p: p in PrimesUpTo(5000) | p mod 36 eq 29 ]; // Vincenzo Librandi, Aug 19 2012
CROSSREFS
Cf. A000040.
Sequence in context: A161665 A127464 A318959 * A069472 A142138 A341550
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 March 18 22:50 EDT 2024. Contains 370951 sequences. (Running on oeis4.)