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!)
A142897 Primes congruent to 16 mod 63. 1
79, 331, 457, 709, 1087, 1213, 2221, 2347, 2473, 2851, 3229, 3607, 3733, 4111, 4363, 4993, 5119, 5623, 5749, 6379, 6883, 7639, 8017, 8269, 8521, 8647, 9151, 9277, 9403, 9781, 9907, 10159, 10663, 10789, 11923, 12049, 12301, 12553, 13183, 13309, 13687 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[1700]], Mod[#, 63]==16&] (* Harvey P. Dale, Apr 03 2011 *)
Select[Prime[Range[2000]], MemberQ[{16}, Mod[#, 63]] &] (* Vincenzo Librandi, Sep 06 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(14000) | p mod 63 eq 16 ] ; // Vincenzo Librandi, Sep 06 2012
CROSSREFS
Cf. A000040.
Sequence in context: A158769 A158774 A157507 * A142330 A007254 A142439
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 16 11:08 EDT 2024. Contains 371711 sequences. (Running on oeis4.)