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!)
A177419 Primes of the form (7*10^n+17)/3 0

%I #9 Sep 08 2022 08:45:53

%S 29,239,2339,23339,233333339,233333333339,23333333333339,

%T 2333333333333333333333339,23333333333333333333333333339,

%U 23333333333333333333333333333333333333333333333333339,2333333333333333333333333333333333333333333333333333339

%N Primes of the form (7*10^n+17)/3

%t Select[Table[10 FromDigits[PadRight[{2},n,3]]+9,{n,60}],PrimeQ] (* _Harvey P. Dale_, Jul 29 2018 *)

%o (Magma) [a: n in [0..250]|IsPrime(a) where a is (7*10^n+17)div(3)]

%Y Cf. A102951

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Dec 11 2010

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 10:49 EDT 2024. Contains 371935 sequences. (Running on oeis4.)