|
Search: id:A052811
|
|
|
| A052811 |
|
A simple grammar: sequences of pairs of cycles. |
|
+0 2
|
|
| 1, 0, 2, 6, 46, 340, 3308, 36288, 460752, 6551424, 103685232, 1803956880, 34247483664, 704301934752, 15598712592864, 370149922235520, 9369093828260736, 251968378971718656, 7174943434198029312
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Stirling transform of (-1)^n*a(n)=[0,2,-6,46,-340,...] is A005359(n)=[0,2,0,24,0,...]. - Michael Somos Mar 04 2004
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 775
|
|
FORMULA
|
a(n) = (-1)^n*Sum_{k=0..floor(n/2)} Stirling1(n, 2*k)*(2*k)!. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Sep 22 2003
E.g.f.: 1/(1-log(1-x)^2).
|
|
MAPLE
|
spec := [S, {B=Cycle(Z), C=Prod(B, B), S=Sequence(C)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, n!*polcoeff(1/(1-log(1-x)^2), n))
|
|
CROSSREFS
|
Sequence in context: A058925 A136557 A092662 this_sequence A078603 A001587 A078537
Adjacent sequences: A052808 A052809 A052810 this_sequence A052812 A052813 A052814
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
|
|
|
Search completed in 0.002 seconds
|