OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1).
MATHEMATICA
realDigitsRecip[n_]:=With[{rd=RealDigits[1/n, 10, 120]}, Join[PadRight[{}, -rd[[2]], 0], rd[[1]]]]; realDigitsRecip[196] (* Harvey P. Dale, Aug 25 2024 *)
PROG
(PARI) 1/196. \\ Charles R Greathouse IV, Feb 03 2025
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved