login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of sqrt(0.121121112...), cf. A042974.
3

%I #13 Jun 26 2022 23:17:10

%S 3,4,8,0,2,4,5,8,5,4,9,8,0,9,5,3,9,4,4,2,8,8,3,3,3,6,8,4,2,4,0,9,5,7,

%T 1,9,7,2,6,4,0,7,8,7,7,2,1,2,8,6,6,2,8,1,6,0,4,5,6,3,0,3,6,4,9,7,4,4,

%U 1,4,8,2,4,2,2,0,5,7,6,4,1,3,6,0,8,7,3,9,2,7,1,3,6,8,4,3,1,6,8

%N Decimal expansion of sqrt(0.121121112...), cf. A042974.

%H Vincenzo Librandi, <a href="/A042975/b042975.txt">Table of n, a(n) for n = 0..1000</a>

%H C. V. Eynden, <a href="http://www.jstor.org/stable/2975298">Problem 10439. An irrational mimic of 1/9</a>, Amer. Math. Monthly, 104 (1997), 873.

%t With[{c=FromDigits[Flatten[Most[Riffle[Table[PadRight[{},n,1],{n,50}], 2]]]]},RealDigits[Sqrt[c/10^IntegerLength[c]],10,120][[1]]] (* _Harvey P. Dale_, Oct 12 2013 *)

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_