login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A241696 Number of Carlitz compositions of n with exactly six descents. 2
13, 81, 336, 1151, 3437, 9286, 23271, 54846, 122857, 263680, 545412, 1092394, 2126688, 4036767, 7490050, 13614573, 24287970, 42592752, 73525406, 125089010, 209962350, 348026885, 570159824, 923885796, 1481735623, 2353522164, 3704254256, 5780115565, 8945915366 (list; graph; refs; listen; history; text; internal format)
OFFSET
18,1
COMMENTS
No two adjacent parts of a Carlitz composition are equal.
LINKS
MAPLE
b:= proc(n, i) option remember; `if`(n=0, 1,
convert(series(add(`if`(i=j, 0, b(n-j, j)*
`if`(j<i, x, 1)), j=1..n), x, 7), polynom))
end:
a:= n-> coeff(b(n, 0), x, 6):
seq(a(n), n=18..50);
CROSSREFS
Column k=6 of A241701.
Sequence in context: A297678 A189451 A133718 * A052255 A362545 A082203
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Apr 27 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 4 05:02 EDT 2024. Contains 374905 sequences. (Running on oeis4.)