Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #15 Sep 09 2018 04:17:43
%S 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,
%T 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,
%U 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
%N Decimal expansion of 1/919.
%t Join[{0,0},RealDigits[1/919,10,120][[1]]] (* _Harvey P. Dale_, Feb 13 2014 *)
%o (Maxima) fpprec : 100$ ev(bfloat(1/919)); /* _Martin Ettl_, Oct 17 2012 */
%o (PARI) 1/919. \\ _Altug Alkan_, Sep 08 2018
%K nonn,cons
%O 0,5
%A _N. J. A. Sloane_