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!)
A142206 Primes congruent to 9 mod 41. 2
173, 337, 419, 829, 911, 1321, 1567, 2141, 2551, 2633, 2797, 2879, 3371, 3617, 3863, 4027, 4273, 4519, 5011, 5503, 5749, 6323, 6569, 6733, 7307, 7717, 7963, 8209, 8291, 8537, 8783, 9029, 9439, 9521, 9767, 9931, 10177, 10259, 11161, 11243, 11489, 11981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 02 2016
MATHEMATICA
Select[Prime[Range[1500]], Mod[#, 41]==9&] (* Harvey P. Dale, Apr 22 2011 *)
Select[Prime[Range[5000]], MemberQ[{9}, Mod[#, 41]]&] (* Vincenzo Librandi, Aug 23 2012 *)
Select[Range[9, 12000, 41], PrimeQ] (* Harvey P. Dale, Mar 12 2014 *)
PROG
(Magma) [p: p in PrimesUpTo(15000) | p mod 41 eq 9 ]; // Vincenzo Librandi, Aug 23 2012
(PARI) is(n)=isprime(n) && n%41==9 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Sequence in context: A142607 A241045 A241046 * A343449 A142004 A047986
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 28 15:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)