A301288 Partial sums of A301287.
1, 4, 10, 17, 25, 40, 58, 75, 95, 120, 148, 177, 207, 242, 282, 321, 361, 408, 458, 507, 559, 616, 676, 737, 799, 866, 938, 1009, 1081, 1160, 1242, 1323, 1407, 1496, 1588, 1681, 1775, 1874, 1978, 2081, 2185, 2296, 2410, 2523, 2639, 2760, 2884, 3009, 3135, 3266, 3402, 3537, 3673
Offset: 0
Links
- Ray Chandler, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (2,-2,3,-3,2,-2,1).
Crossrefs
Cf. A301287.
Formula
From Chai Wah Wu, Feb 03 2021: (Start)
a(n) = 2*a(n-1) - 2*a(n-2) + 3*a(n-3) - 3*a(n-4) + 2*a(n-5) - 2*a(n-6) + a(n-7) for n > 8.
G.f.: (2*x^8 - 2*x^7 - x^6 - 4*x^5 - 2*x^4 - 2*x^3 - 4*x^2 - 2*x - 1)/((x - 1)^3*(x^2 + 1)*(x^2 + x + 1)). (End)
Comments