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!)
A177440 Primes of the form (8*10^n + 7)/3. 1

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

%S 5,29,269,26669,26666669,266666666666669,266666666666666666669,

%T 2666666666666666666666666666666666666669

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

%C a(12) has 1191 digits. - _Vincenzo Librandi_, Jan 03 2014

%H Vincenzo Librandi, <a href="/A177440/b177440.txt">Table of n, a(n) for n = 1..11</a>

%t Select[Table[(8 10^n + 7)/3, {n, 0, 300}], PrimeQ] (* _Vincenzo Librandi_, Jan 03 2014 *)

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

%Y Cf. A102957.

%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 14:13 EDT 2024. Contains 371960 sequences. (Running on oeis4.)