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!)
A093940 Primes of the form 4*10^k + 7*R_k, where R_k is the repunit (A002275) of length k. 1

%I #14 Jul 08 2021 05:50:42

%S 47,47777,47777777777777,47777777777777777777777777,

%T 4777777777777777777777777777777777777

%N Primes of the form 4*10^k + 7*R_k, where R_k is the repunit (A002275) of length k.

%C The next term has 358 digits. - _Harvey P. Dale_, Nov 13 2013

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/4/47777.htm#prime">Prime numbers of the form 477...77</a>.

%H <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>.

%t Select[Table[FromDigits[PadRight[{4},n,7]],{n,500}],PrimeQ] (* _Harvey P. Dale_, Nov 13 2013 *)

%Y Cf. A002275, A056708 (corresponding k).

%K nonn

%O 1,1

%A _Rick L. Shepherd_, Apr 17 2004

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 July 4 13:25 EDT 2024. Contains 373990 sequences. (Running on oeis4.)