OFFSET
0,2
COMMENTS
The original o.g.f. was transferred to sequence A308436.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..820
Index entries for linear recurrences with constant coefficients, signature (46,-760,5440,-16384,16384).
FORMULA
From G. C. Greubel, May 28 2019: (Start)
a(n) = 2^n*(3 - 49*2^(n+1) + 147*2^(2*n+3) + (21*n -10)*2^(3*n+6))/441.
E.g.f.: (3 - 98*exp(2*x) + 1176*exp(6*x) + 128*(-5 + 168*x)*exp(14*x) )*exp(2*x)/441. (End)
MATHEMATICA
CoefficientList[Series[1/((1-16*x)^2*(1-14*x+56*x^2-64*x^3)), {x, 0, 20}], x] (* G. C. Greubel, May 28 2019 *)
PROG
(PARI) my(x='x+O('x^20)); Vec(1/((1-16*x)^2*(1-14*x+56*x^2-64*x^3))) \\ G. C. Greubel, May 28 2019
(Magma) R<x>:=PowerSeriesRing(Integers(), 20); Coefficients(R!( 1/((1-16*x)^2*(1-14*x+56*x^2-64*x^3)) )); // G. C. Greubel, May 28 2019
(Sage) (1/((1-16*x)^2*(1-14*x+56*x^2-64*x^3))).series(x, 20).coefficients(x, sparse=False) # G. C. Greubel, May 28 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Original name and explicit formula of Yahia Kahloune moved to A308436.
G.f. corrected by Georg Fischer, May 27 2019
STATUS
approved