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!)
A142111 Primes congruent to 35 mod 36. 2
71, 107, 179, 251, 359, 431, 467, 503, 647, 683, 719, 827, 863, 971, 1151, 1187, 1223, 1259, 1367, 1439, 1511, 1583, 1619, 1871, 1907, 1979, 2087, 2267, 2339, 2411, 2447, 2591, 2663, 2699, 2843, 2879, 3023, 3167, 3203, 3347, 3491, 3527, 3671, 3779, 3851 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 12n log n. - Charles R Greathouse IV, Jul 02 2016
MATHEMATICA
Select[Prime[Range[1500]], MemberQ[{35}, Mod[#, 36]]&] (* Vincenzo Librandi, Aug 19 2012 *)
Select[Range[35, 4000, 36], PrimeQ] (* Harvey P. Dale, Dec 25 2017 *)
PROG
(Magma) [p: p in PrimesUpTo(5000) | p mod 36 eq 35 ]; // Vincenzo Librandi, Aug 19 2012
(PARI) is(n)=isprime(n) && n%36==35 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Cf. A000040.
Sequence in context: A166576 A369250 A195270 * A164289 A243888 A033246
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 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)