A021923 Decimal expansion of 1/919.
0, 0, 1, 0, 8, 8, 1, 3, 9, 2, 8, 1, 8, 2, 8, 0, 7, 3, 9, 9, 3, 4, 7, 1, 1, 6, 4, 3, 0, 9, 0, 3, 1, 5, 5, 6, 0, 3, 9, 1, 7, 3, 0, 1, 4, 1, 4, 5, 8, 1, 0, 6, 6, 3, 7, 6, 4, 9, 6, 1, 9, 1, 5, 1, 2, 5, 1, 3, 6, 0, 1, 7, 4, 1, 0, 2, 2, 8, 5, 0, 9, 2, 4, 9, 1, 8, 3, 8, 9, 5, 5, 3, 8, 6, 2, 8, 9, 4, 4
Offset: 0
Programs
-
Mathematica
Join[{0,0},RealDigits[1/919,10,120][[1]]] (* Harvey P. Dale, Feb 13 2014 *)
-
Maxima
fpprec : 100$ ev(bfloat(1/919)); /* Martin Ettl, Oct 17 2012 */
-
PARI
1/919. \\ Altug Alkan, Sep 08 2018