A084219 Inverse binomial transform of A053088.
1, -1, 4, -8, 20, -44, 100, -220, 484, -1052, 2276, -4892, 10468, -22300, 47332, -100124, 211172, -444188, 932068, -1951516, 4077796, -8505116, 17709284, -36816668, 76429540, -158451484, 328087780, -678545180, 1401829604
Offset: 0
Links
- Roland Bacher, Chebyshev polynomials, quadratic surds and a variation of Pascal's triangle, arXiv:1509.09054 [math.CO], 2015.
- Index entries for linear recurrences with constant coefficients, signature (-3,0,4).
Programs
-
Mathematica
LinearRecurrence[{-3,0,4},{1,-1,4},30] (* Harvey P. Dale, Dec 16 2016 *)
Formula
a(n) = (4 - 3*n*(-2)^(n-1) + 5*(-2)^n)/9.
a(n) = (1/4) + Sum_{k=0..n} (-2)^k*(k+3)/4.
G.f.: (1+x)^2/((1-x)(1+2x)^2).
Comments