login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052865 E.g.f.: log(-1/(-1+x))^2 / (-1 + log(-1/(-1+x)))^2. 0
0, 0, 2, 18, 166, 1720, 20168, 265776, 3900048, 63160944, 1119902112, 21588456912, 449695165104, 10068121989120, 241142216363904, 6153066311872128, 166649425520796288, 4775084999073669888, 144324648624594398976, 4589066547251186277888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Previous name was: A simple grammar.
LINKS
FORMULA
E.g.f.: log(-1/(-1+x))^2 / (-1 + log(-1/(-1+x)))^2.
a(n) = sum(k=1..n, (k-1)*k!*(-1)^(n-k)*Stirling1(n,k)). - Vladimir Kruchinin, Sep 26 2011
a(n) ~ n! * exp(n)*n/(exp(1)-1)^(n+2). - Vaclav Kotesovec, Sep 29 2013
MAPLE
spec := [S, {C=Cycle(Z), B=Sequence(C, 1 <= card), S=Prod(B, B)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[Log[-1/(-1+x)]^2/(-1+Log[-1/(-1+x)])^2, {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Sep 29 2013 *)
PROG
(Maxima) a(n):=sum((k-1)*k!*(-1)^(n-k)*stirling1(n, k), k, 1, n); /* Vladimir Kruchinin, Sep 26 2011 */
CROSSREFS
Sequence in context: A183250 A037728 A037623 * A052883 A052665 A259880
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
New name using e.g.f., Joerg Arndt, Sep 30 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 10 05:56 EDT 2024. Contains 375044 sequences. (Running on oeis4.)