Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%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_