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!)
A117920 Number of digits in the decimal expansion of the regular unit fractions 1/A003592. 4

%I #15 Feb 08 2020 04:33:22

%S 1,2,1,3,1,4,2,2,5,3,2,6,4,2,3,7,5,3,3,8,6,4,3,9,4,7,5,3,10,4,8,6,4,

%T 11,4,9,5,7,5,12,4,10,5,8,6,13,4,11,5,9,6,7,14,5,12,5,10,6,8,15,6,13,

%U 5,11,6,9,16,7,7,14,5,12,6,10,17,7,8,15,6,13,6,11,18,7,9,16,8,7,14,6,12,19

%N Number of digits in the decimal expansion of the regular unit fractions 1/A003592.

%H Amiram Eldar, <a href="/A117920/b117920.txt">Table of n, a(n) for n = 2..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RegularNumber.html">Regular Number</a>

%e 1/A003592(2) = 1/2 = 0.5, with 1 digit after the decimal point, so a(2) = 1.

%t digNum[n_] := Length[(dig = RealDigits[1/n,10])[[1]]] - dig[[2]]; s = {}; m = 12; Do[n = 5^k; While[n <= 5^m, AppendTo[s, n]; n *= 2], {k, 0, m}]; Rest[digNum /@ Union[s]] (* _Amiram Eldar_, Feb 08 2020 *)

%Y Cf. A003592.

%K nonn,base

%O 2,2

%A _Eric W. Weisstein_, Apr 02 2006

%E Offset corrected by _Amiram Eldar_, Feb 08 2020

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