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!)
A142571 Primes congruent to 41 mod 53. 1
41, 359, 571, 677, 1949, 2161, 2267, 2797, 2903, 3221, 3433, 3539, 4493, 5023, 5659, 6719, 7673, 8521, 8627, 8839, 9157, 10111, 10429, 10853, 11171, 11383, 11489, 11701, 11807, 12973, 13291, 13397, 14033, 14563, 14669, 15199, 17107, 18061, 18379, 18803 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 52n log n. - Charles R Greathouse IV, Jul 04 2016
MATHEMATICA
Select[Prime[Range[2600]], MemberQ[{41}, Mod[#, 53]] &] (* Vincenzo Librandi, Aug 30 2012 *)
Select[Range[41, 20000, 53], PrimeQ] (* Harvey P. Dale, Dec 10 2016 *)
PROG
(Magma) [p: p in PrimesUpTo(20000) | p mod 53 eq 41]; // Vincenzo Librandi, Aug 30 2012
(PARI) is(n)=isprime(n) && n%53==41 \\ Charles R Greathouse IV, Jul 04 2016
CROSSREFS
Cf. A000040.
Sequence in context: A142501 A196644 A196599 * A270884 A189438 A297586
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)