A241698 Number of Carlitz compositions of n with exactly eight descents.
34, 273, 1374, 5523, 19085, 59043, 167822, 445485, 1117320, 2671007, 6126303, 13552203, 29036088, 60461206, 122706950, 243312768, 472343731, 899329583, 1681962056, 3094108766, 5605224314, 10010276920, 17640174861, 30699341690, 52802429497, 89820432080
Offset: 24
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 24..1000
Crossrefs
Column k=8 of A241701.
Programs
-
Maple
b:= proc(n, i) option remember; `if`(n=0, 1, convert(series(add(`if`(i=j, 0, b(n-j, j)* `if`(j coeff(b(n, 0), x, 8): seq(a(n), n=24..50);
Comments