|
| |
|
|
A003292
|
|
Number of 4-line partitions of n decreasing across rows.
(Formerly M1050)
|
|
0
| |
|
|
1, 2, 4, 7, 11, 19, 29, 46, 70, 106, 156, 232, 334, 482, 686, 971, 1357, 1894, 2612, 3592, 4900, 6656, 8980, 12077, 16137, 21490, 28476, 37600, 49422, 64763, 84511
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| a(n) is the number of unlabeled graphs on n nodes whose connected components are a path or a cycle. - Geoffrey Critzer, Nov 28 2011
|
|
|
REFERENCES
| M. S. Cheema and W. E. Conway, Numerical investigation of certain asymptotic results in the theory of partitions, Math. Comp., 26 (1972), 999-1005.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Herbert Wilf, Generatingfunctiontology, Academic Press, 1994, page 106.
|
|
|
FORMULA
| G.f.: Product (1 - x^k)^-{c(k)}; c(k) = 1, 1, 2, 2, 2, 2, ....
|
|
|
MATHEMATICA
| p=Product[1/(1-x^i), {i, 1, 20}]; CoefficientList[Series[p^2(1-x)(1-x^2), {x, 0, 20}], x] (* Geoffrey Critzer, Nov 28 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A024622 A034337 A083024 * A007864 A192670 A118647
Adjacent sequences: A003289 A003290 A003291 * A003293 A003294 A003295
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|