A241697 Number of Carlitz compositions of n with exactly seven descents.
21, 150, 688, 2561, 8253, 23930, 64030, 160539, 381379, 865676, 1889308, 3984311, 8151834, 16234161, 31554397, 59999259, 111824744, 204629354, 368190175, 652238928, 1138836325, 1961870558, 3337496363, 5611246209, 9330350788, 15353900381, 25019429935
Offset: 21
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 21..1000
Crossrefs
Column k=7 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, 7): seq(a(n), n=21..50);
Comments