login

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

Decimal expansion of 1/208.
1

%I #10 May 03 2024 14:23:14

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

%T 0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,

%U 2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2,3,0,7,6,9,2

%N Decimal expansion of 1/208.

%C The period is short, just 6: after 0.0048, 076923 repeated endlessly. - _Alonso del Arte_, Apr 18 2018

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, -1, 1).

%e 0.0048076923076923076923076923...

%t Join[{0, 0}, RealDigits[1/208, 10, 104][[1]]] (* _Alonso del Arte_, Apr 13 2018 *)

%K nonn,cons,easy

%O 0,3

%A _N. J. A. Sloane_.