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!)
A142626 Primes congruent to 36 mod 55. 1
311, 421, 641, 751, 971, 1301, 1741, 2621, 2731, 3061, 3391, 4051, 4271, 4931, 5261, 5591, 5701, 6361, 6581, 6691, 6911, 7351, 7681, 7901, 8011, 8231, 9001, 9221, 9551, 9661, 10211, 10321, 10651, 11311, 11971, 12301, 13291, 13841, 14281, 14831, 15161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2000]], Mod[#, 55]==36&] (* Harvey P. Dale, Mar 05 2011 *)
Select[Prime[Range[2300]], MemberQ[{36}, Mod[#, 55]] &] (* Vincenzo Librandi, Aug 31 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(16000) | p mod 55 eq 36]; // Vincenzo Librandi, Aug 31 2012
CROSSREFS
Cf. A000040.
Sequence in context: A157717 A113155 A259221 * A142950 A323050 A104718
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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)