A097297 Seventh column (m=6) of (1,6)-Pascal triangle A096956.
6, 37, 133, 364, 840, 1722, 3234, 5676, 9438, 15015, 23023, 34216, 49504, 69972, 96900, 131784, 176358, 232617, 302841, 389620, 495880, 624910, 780390, 966420, 1187550, 1448811, 1755747, 2114448, 2531584, 3014440, 3570952, 4209744
Offset: 0
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
Crossrefs
Programs
-
Mathematica
A097297[n_] := (n + 36)*Binomial[n + 5, 5]/6; Array[A097297, 50, 0] (* Paolo Xausa, May 02 2025 *)