Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A021460
Decimal expansion of 1/456.
0
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,3
COMMENTS
Repeats the sequence 192982456140350877 after the initial 3 terms. - Wesley Ivan Hurt, Dec 04 2013
EXAMPLE
0.0021929824561403508771929824561403508771929824561403508771929824561403...
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 *)
CROSSREFS
Cf. A021459 (Decimal Expansion of 1/455).
Cf. A021461 (Decimal Expansion of 1/457).
Sequence in context: A292827 A243999 A223141 * A090884 A369919 A355881
KEYWORD
nonn,cons
AUTHOR
STATUS
approved