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!)
A142950 Primes congruent to 55 mod 64. 1
311, 439, 503, 631, 823, 887, 1399, 1783, 1847, 2039, 2423, 2551, 2999, 3191, 3319, 3511, 3767, 4663, 4919, 5303, 5431, 5623, 5879, 6007, 6199, 6263, 6967, 7159, 7351, 7607, 7927, 8311, 8887, 8951, 9463, 9719, 10039, 10103, 10487, 11383, 11447, 11831, 11959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[Mod[p, 64]==55, AppendTo[lst, p]], {n, 7!}]; lst (* Vladimir Joseph Stephan Orlovsky, Mar 02 2009 *)
Select[Range[55, 12000, 64], PrimeQ] (* Harvey P. Dale, May 16 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(12000) | p mod 64 eq 55 ]; // Vincenzo Librandi May 24 2012
CROSSREFS
Sequence in context: A113155 A259221 A142626 * A323050 A104718 A142576
KEYWORD
nonn
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)