A097299 Ninth column (m=8) of (1,6)-Pascal triangle A096956.
6, 49, 225, 765, 2145, 5247, 11583, 23595, 45045, 81510, 140998, 234702, 377910, 591090, 901170, 1343034, 1961256, 2812095, 3965775, 5509075, 7548255, 10212345, 13656825, 18067725, 23666175, 30713436, 39516444, 50433900, 63882940
Offset: 0
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
Crossrefs
Programs
-
Mathematica
A097299[n_] := (n + 48)*Binomial[n + 7, 7]/8; Array[A097299, 50, 0] (* Paolo Xausa, May 02 2025 *)