login

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

Decimal expansion of 1/204.
0

%I #22 Dec 14 2023 05:39:59

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

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

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

%N Decimal expansion of 1/204.

%C The period is short, just 16: after 0.00, 4901960784313725 repeats endlessly. - _Alonso del Arte_, Apr 17 2018

%e 0.00490196078431372549019607843137...

%t Join[{0, 0}, RealDigits[1/204, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {2, 5, 4, 9, 0, 1, 9, 6, 0, 7, 8, 4, 3, 1, 3, 7}] (* _Harvey P. Dale_, Aug 20 2015 *)

%o (PARI) 1/204. \\ _Altug Alkan_, Apr 22 2018

%K nonn,cons,easy

%O 0,3

%A _N. J. A. Sloane_