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!)
A142482 Primes congruent to 10 mod 51. 1
61, 163, 367, 571, 673, 877, 1489, 1693, 1999, 2203, 2713, 2917, 3019, 3121, 3529, 3631, 3733, 4243, 4447, 4549, 4651, 4957, 5059, 5569, 6079, 6691, 6793, 6997, 7507, 8017, 8221, 8527, 8629, 8731, 9241, 9343, 9547, 9649, 10159, 10567, 10771, 11383, 11587 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 32n log n. - Charles R Greathouse IV, Jul 03 2016
MATHEMATICA
Select[Prime[Range[2400]], MemberQ[{10}, Mod[#, 51]] &] (* Vincenzo Librandi, Aug 28 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(13000) | p mod 51 eq 10]; // Vincenzo Librandi, Aug 28 2012
(PARI) is(n)=isprime(n) && n%51==10 \\ Charles R Greathouse IV, Jul 03 2016
CROSSREFS
Cf. A000040.
Sequence in context: A138627 A161853 A106096 * A007488 A142538 A057216
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)