A115133 Partial sums of A064061.
429, 1859, 5291, 12363, 25623, 48879, 87639, 149655, 245586, 389796, 601304, 904904, 1332474, 1924494, 2731794, 3817554, 5259579, 7152873, 9612537, 12777017, 16811729, 21913089, 28312977, 36283665, 46143240, 58261554
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
Programs
-
Mathematica
Accumulate[Table[Binomial[n,7]-Binomial[n,5],{n,13,50}]] (* or *) LinearRecurrence[ {9,-36,84,-126,126,-84,36,-9,1},{429,1859,5291,12363,25623,48879,87639,149655,245586},40] (* Harvey P. Dale, Sep 03 2015 *)