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 #13 Aug 28 2024 10:54:00
%S 0,0,2,1,9,2,9,8,2,4,5,6,1,4,0,3,5,0,8,7,7,1,9,2,9,8,2,4,5,6,1,4,0,3,
%T 5,0,8,7,7,1,9,2,9,8,2,4,5,6,1,4,0,3,5,0,8,7,7,1,9,2,9,8,2,4,5,6,1,4,
%U 0,3,5,0,8,7,7,1,9,2,9,8,2,4,5,6,1,4,0,3,5,0,8,7,7,1,9,2,9,8,2
%N Decimal expansion of 1/456.
%C Repeats the sequence 192982456140350877 after the initial 3 terms. - _Wesley Ivan Hurt_, Dec 04 2013
%e 0.0021929824561403508771929824561403508771929824561403508771929824561403...
%p Digits:=100; evalf(1/456); # _Wesley Ivan Hurt_, Dec 04 2013
%t Join[{0,0},RealDigits[1/456,10,120][[1]]] (* _Harvey P. Dale_, Nov 06 2012 *)
%t realDigitsRecip[456] (* The realDigitsRecip program is at A021200 *) (* _Harvey P. Dale_, Aug 28 2024 *)
%Y Cf. A021459 (Decimal Expansion of 1/455).
%Y Cf. A021461 (Decimal Expansion of 1/457).
%K nonn,cons
%O 0,3
%A _N. J. A. Sloane_.