The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A177491 Primes of the form (14*10^n-17)/3 0

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

%S 41,461,46666661,4666666661,466666666666661,4666666666666666666666661,

%T 4666666666666666666666666666666666666666666661,

%U 46666666666666666666666666666666666666666666666661,46666666666666666666666666666666666666666666666666666666666666666666666661

%N Primes of the form (14*10^n-17)/3

%t Select[Table[FromDigits[Join[PadRight[{4},n,6],{1}]],{n,80}],PrimeQ] (* _Harvey P. Dale_, Nov 21 2014 *)

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

%Y Cf. A102994

%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 May 14 20:02 EDT 2024. Contains 372533 sequences. (Running on oeis4.)