login
A021554
Decimal expansion of 1/550.
0
0, 0, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1
OFFSET
0,4
COMMENTS
A021059 shifted right, A010689 shifted right twice. [From R. J. Mathar, Oct 25 2008]
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
Sequence in context: A143548 A231929 A154460 * A021059 A010689 A070637
KEYWORD
nonn,cons
AUTHOR
STATUS
approved