OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Repunit
Index entries for linear recurrences with constant coefficients, signature (33,-272,330,-100)
FORMULA
MATHEMATICA
LinearRecurrence[{33, -272, 330, -100}, {0, 1, 22, 464}, 20]
PROG
(PARI) concat(0, Vec(x*(1-x)*(1-10*x)/((1-21*x+10*x^2)*(1-12*x+10*x^2)) + O(x^99))) \\ Altug Alkan, Sep 08 2016
(Magma) I:=[0, 1, 22, 464]; [n le 4 select I[n] else 33*Self(n-1)-272*Self(n-2)+330*Self(n-3)-100*Self(n-4): n in [1..20]]; // Vincenzo Librandi, Sep 09 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Sep 08 2016
STATUS
approved