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!)
A142214 Primes congruent to 17 mod 41. 2
17, 181, 263, 509, 673, 919, 1493, 1657, 2477, 2887, 2969, 3461, 4363, 4691, 4937, 5101, 5347, 5839, 6577, 6659, 6823, 7069, 7151, 7561, 7643, 8053, 8627, 9283, 9857, 10103, 10267, 10513, 11087, 11251, 11497, 11579, 11743, 12071, 12809, 12973, 13219, 13711 (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[Range[17, 30000, 41], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 03 2011 *)
Select[Prime[Range[5000]], MemberQ[{17}, Mod[#, 41]]&] (* Vincenzo Librandi, Aug 23 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(16000) | p mod 41 eq 17 ]; // Vincenzo Librandi, Aug 23 2012
(PARI) is(n)=isprime(n) && n%41==17 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Sequence in context: A125405 A342198 A130651 * A066521 A055904 A116964
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 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)