A135019 a(n) = -a(n-1) + 2a(n-2) - a(n-3), with a(0) = 0, a(1) = 1, a(2) = -3.
0, 1, -3, 5, -12, 25, -54, 116, -249, 535, -1149, 2468, -5301, 11386, -24456, 52529, -112827, 242341, -520524, 1118033, -2401422, 5158012, -11078889, 23796335, -51112125, 109783684, -235804269, 506483762, -1087875984, 2336647777
Offset: 0
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (-1,2,-1).
Formula
From R. J. Mathar, May 17 2009: (Start)
G.f.: x*(1 - 2*x)/(1 + x - 2*x^2 + x^3). (End)
Extensions
More terms from R. J. Mathar, May 17 2009
Comments