OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1).
FORMULA
G.f.: x^2*(6 + 7*x + 5*x^2)/(1 - x^3). - Chai Wah Wu, Jun 21 2016
MATHEMATICA
PadLeft[First@ #, Abs@ Last@ # + Length@ First@ #] &@ RealDigits[N[1/148, 120]] (* Michael De Vlieger, Jun 21 2016 *)
Join[{0, 0}, RealDigits[1/148, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {7, 5, 6}] (* Harvey P. Dale, Sep 08 2017 *)
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved
