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!)
A142942 Primes congruent to 39 mod 64. 1
103, 167, 359, 487, 743, 1063, 1319, 1447, 1511, 1831, 2087, 2663, 2791, 3559, 3623, 3943, 4007, 4327, 4391, 4519, 4583, 4903, 4967, 5351, 5479, 5927, 6247, 6311, 6823, 7079, 7207, 7591, 8039, 8167, 8231, 8423, 8807, 8999, 9127, 9319, 9511, 9767, 10151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[Mod[p, 64]==39, AppendTo[lst, p]], {n, 7!}]; lst (* Vladimir Joseph Stephan Orlovsky, Mar 02 2009 *)
Select[Prime[Range[1700]], MemberQ[{39}, Mod[#, 64]] &] (* Vincenzo Librandi, Sep 07 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(11000) | p mod 64 eq 39]; // Vincenzo Librandi, Sep 07 2012
CROSSREFS
Cf. A000040.
Sequence in context: A309412 A115267 A107217 * A142098 A141873 A141859
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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)