|
Search: id:A000102
|
|
|
| A000102 |
|
a(n) = number of compositions of n in which the maximum part size is 4. (Formerly M1409 N0551)
|
|
+0 3
|
|
| 0, 0, 0, 0, 1, 2, 5, 12, 27, 59, 127, 269, 563, 1167, 2400, 4903, 9960, 20135, 40534, 81300, 162538, 324020, 644282, 1278152, 2530407, 5000178, 9863763, 19427976, 38211861, 75059535, 147263905, 288609341, 565047233, 1105229439, 2159947998
(list; graph; listen)
|
|
|
OFFSET
|
0,6
|
|
|
REFERENCES
|
J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 155.
J. L. Yucas, Counting special sets of binary Lyndon words, Ars Combin., 31 (1991), 21-29.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..200
Nick Hobson, Python program for this sequence
|
|
FORMULA
|
G.f.: x^4/(1-x-x^2-x^3)/(1-x-x^2-x^3-x^4).
a(n)=2*a(n-1)+a(n-2)-2*a(n-4)-3*a(n-5)-2*a(n-6)-a(n-7). Convolution of Tribonacci and Tetranacci numbers (A000073 and A000078). - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Jan 13 2006
|
|
EXAMPLE
|
For example, a(6)=5 counts 1+1+4, 2+4, 4+2, 4+1+1, 1+4+1. - David Callan (callan(AT)stat.wisc.edu), Dec 09 2004
|
|
CROSSREFS
|
Sequence in context: A129983 A083378 A116712 this_sequence A086589 A091596 A077863
Adjacent sequences: A000099 A000100 A000101 this_sequence A000103 A000104 A000105
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Aug 15 2002
Definition improved by David Callan and Frank Adams-Watters.
|
|
|
Search completed in 0.002 seconds
|