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!)
A142908 Primes congruent to 34 mod 63. 1

%I #7 Sep 08 2022 08:45:37

%S 97,223,349,601,727,853,1231,1483,1609,1861,1987,2113,2239,2617,3121,

%T 3373,3499,3877,4003,4129,4507,4759,5011,5641,6271,6397,7027,8161,

%U 8287,8539,9043,9421,9547,10177,10303,10429,11059,11311,11437,11689,11941,12697,12823

%N Primes congruent to 34 mod 63.

%H Vincenzo Librandi, <a href="/A142908/b142908.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[1900]], MemberQ[{34}, Mod[#, 63]] &] (* _Vincenzo Librandi_, Sep 06 2012 *)

%o (Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 34 ] ; // _Vincenzo Librandi_, Sep 06 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

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 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)