A021460 Decimal expansion of 1/456.
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, 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, 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
Offset: 0
Examples
0.0021929824561403508771929824561403508771929824561403508771929824561403...
Links
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
Programs
-
Maple
Digits:=100; evalf(1/456); # Wesley Ivan Hurt, Dec 04 2013
-
Mathematica
Join[{0,0},RealDigits[1/456,10,120][[1]]] (* Harvey P. Dale, Nov 06 2012 *) realDigitsRecip[456] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Aug 28 2024 *)
Comments