OFFSET
0,4
COMMENTS
LINKS
MATHEMATICA
realDigitsRecip[550] (* The realDigitsRecip program is at A021200 *) (* or *) PadRight[{0, 0}, 120, {1, 8}] (* Harvey P. Dale, Dec 28 2024 *)
PROG
(PARI) { default(realprecision); x=1/550*10; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ Felix Fröhlich, Aug 11 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved