A369794 Expansion of 1/(1 - x^5/(1-x)^6).
1, 0, 0, 0, 0, 1, 6, 21, 56, 126, 253, 474, 870, 1651, 3367, 7372, 16762, 38183, 85290, 185573, 394555, 826752, 1724816, 3613968, 7642004, 16313856, 35052905, 75487110, 162349105, 348018300, 743376838, 1583718457, 3370144462, 7173308802, 15285181447
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,7,-1).
Programs
-
PARI
my(N=40, x='x+O('x^N)); Vec(1/(1-x^5/(1-x)^6))
Comments