OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (14,14,14,-105).
FORMULA
G.f.: (t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(105*t^4 - 14*t^3 - 14*t^2 - 14*t + 1).
MATHEMATICA
CoefficientList[ Series[(t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(105*t^4 - 14*t^3 - 14*t^2 - 14*t + 1), {t, 0, 16}], t] (* Jean-François Alcover, Nov 26 2013 *)
PROG
(PARI) Vec((t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(105*t^4 - 14*t^3 - 14*t^2 - 14*t + 1) + O(t^20)) \\ Jinyuan Wang, Mar 23 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
EXTENSIONS
More terms from Jinyuan Wang, Mar 23 2020
STATUS
approved