|
Search: id:A052517
|
|
|
| A052517 |
|
Number of pairs of cycles of cardinality at least 1. |
|
+0 7
|
|
| 0, 0, 2, 6, 22, 100, 548, 3528, 26136, 219168, 2053152, 21257280, 241087680, 2972885760, 39605518080, 566931294720, 8678326003200, 141468564787200, 2446811181158400, 44753976117043200, 863130293635276800
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
G. Boole, A Treatise On The Calculus of Finite Differences, Dover, 1960, p. 30.
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 83
|
|
FORMULA
|
Recurrence: {a(1)=0, a(0)=0, a(2)=2, (n^2+2*n+1)*a(n+1)+(-2*n-3)*a(n+2)+a(n+3)}
E.g.f.: (ln(1-x))^2. - Michael Somos Feb 05 2004
|
|
MAPLE
|
Pairs spec := [S, {S=Prod(B, B), B=Cycle(Z)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, n!*sum(k=1, n-1, 1/k/(n-k)))
|
|
CROSSREFS
|
Equals 2 * A000254(n+1), n>0.
Sequence in context: A012266 A009468 A088819 this_sequence A012270 A009585 A012267
Adjacent sequences: A052514 A052515 A052516 this_sequence A052518 A052519 A052520
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
|
|
|
Search completed in 0.002 seconds
|