|
| |
|
|
A119749
|
|
Number of compositions of n into odd blocks with one element in each block distinguished.
|
|
0
| |
|
|
1, 1, 4, 7, 15, 32, 65, 137, 284, 591, 1231, 2560, 5329, 11089, 23076, 48023, 99935, 207968, 432785, 900633, 1874236, 3900319, 8116639, 16890880, 35150241, 73148321, 152223044, 316779047, 659223215, 1371856032, 2854858465
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
REFERENCES
| Chen, R. and Shapiro, L., Preprint, 2006
|
|
|
FORMULA
| G.f.: (x+x^3)/(x^4 - x^3 -2x^2 -x +1).
|
|
|
EXAMPLE
| a(3) = 4 since Abc, aBc, abC come from one block of size 3 and A/B/C comes from having three blocks. The capital letters are the distinguished elements.
|
|
|
MATHEMATICA
| Rest@ CoefficientList[ Series[x(1 + x^2)/(x^4 - x^3 - 2x^2 - x + 1), {x, 0, 50}], x] (* Robert G. Wilson v *)
|
|
|
CROSSREFS
| Cf. A105309, A052530, A000045, A030267.
Sequence in context: A131090 A178615 A131935 * A201498 A145970 A145795
Adjacent sequences: A119746 A119747 A119748 * A119750 A119751 A119752
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Lou Shapiro (lshapiro(AT)howard.edu), Jul 30 2006
|
|
|
EXTENSIONS
| More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 01 2006
|
| |
|
|