|
| |
|
|
A102413
|
|
Triangle read by rows: T(n,k) is the number of k-matchings of the corona C'(n) of the cycle graph C(n) and the complete graph K(1); in other words, C'(n) is the graph constructed from C(n) to which for each vertex v a new vertex v' and the edge vv' is added.
|
|
2
|
|
|
|
1, 1, 1, 1, 4, 1, 1, 6, 6, 1, 1, 8, 16, 8, 1, 1, 10, 30, 30, 10, 1, 1, 12, 48, 76, 48, 12, 1, 1, 14, 70, 154, 154, 70, 14, 1, 1, 16, 96, 272, 384, 272, 96, 16, 1, 1, 18, 126, 438, 810, 810, 438, 126, 18, 1, 1, 20, 160, 660, 1520, 2004, 1520, 660, 160, 20, 1, 1, 22, 198, 946, 2618, 4334, 4334, 2618, 946, 198, 22, 1
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,5
|
|
|
COMMENTS
|
Row n contains n+1 terms. Row sums yield A099425. T(n,k)=T(n,n-k)
|
|
|
REFERENCES
|
J. L. Gross and J. Yellen, Handbook of Graph Theory, CRC Press, Boca Raton, 2004, p. 894.
F. Harary, Graph Theory, Addison-Wesley, Reading, Mass., 1969, p. 167.
|
|
|
LINKS
|
Table of n, a(n) for n=0..77.
|
|
|
FORMULA
|
G.f.=G(t, z)=(1+tz^2)/[1-(1+t)z-tz^2].
|
|
|
EXAMPLE
|
T(3,2)=6 because in the graph with vertex set {A,B,C,a,b,c} and edge set {AB,AC,BC,Aa,Bb,Cc} we have the following six 2-matchings: {Aa,BC},{Bb,AC},{Cc,AB},{Aa,Bb},{Aa,Cc} and {Bb,Cc}.
The triangle starts:
1;
1,1;
1,4,1;
1,6,6,1;
1,8,16,8,1;
|
|
|
MAPLE
|
G:=(1+t*z^2)/(1-(1+t)*z-t*z^2): Gser:=simplify(series(G, z=0, 38)): P[0]:=1: for n from 1 to 11 do P[n]:=coeff(Gser, z^n) od:for n from 0 to 11 do seq(coeff(t*P[n], t^k), k=1..n+1) od; # yields sequence in triangular form
|
|
|
CROSSREFS
|
Cf. A099425.
Sequence in context: A132046 A141540 A143188 * A144480 A144463 A174376
Adjacent sequences: A102410 A102411 A102412 * A102414 A102415 A102416
|
|
|
KEYWORD
|
nonn,tabl
|
|
|
AUTHOR
|
Emeric Deutsch, Jan 07 2005
|
|
|
STATUS
|
approved
|
| |
|
|