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!)
A052861 E.g.f.: log((1-x)/(1-2*x))*x/(1-x). 2
0, 0, 2, 15, 116, 1030, 10644, 127428, 1750944, 27325296, 479288160, 9355658400, 201405744000, 4743245520000, 121334466758400, 3350276227872000, 99309556729958400, 3145135939426252800 (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+x)/(-1+2*x))*x/(-1+x).
Recurrence: {a(1)=0, a(0)=0, a(2)=2, (-2*n^4-12*n^3-22*n^2-12*n)*a(n)+(5*n^3+28*n^2+45*n+18)*a(n+1)+(-17*n-15-4*n^2)*a(n+2)+(n+2)*a(n+3)}.
a(n) ~ (n-1)! * 2^n * (1 + 2/n + 6/n^2 + 26/n^3 + 150/n^4 + 1082/n^5 + 9366/n^6 + 94586/n^7), coefficients are A000629. - Vaclav Kotesovec, Mar 17 2015
MAPLE
spec := [S, {B=Sequence(Z, 1 <= card), C=Cycle(B), S=Prod(B, C)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[Log[(1-x)/(1-2*x)]*x/(1-x), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 01 2013 *)
Flatten[{0, Table[FullSimplify[-n!*(EulerGamma + I*Pi + 2^n*LerchPhi[2, 1, n] + PolyGamma[0, n])], {n, 1, 20}]}] (* Vaclav Kotesovec, Oct 01 2013 *)
CROSSREFS
Cf. A000629.
Sequence in context: A031507 A207998 A246570 * A300910 A161937 A369203
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
New name using e.g.f., Vaclav Kotesovec, Oct 01 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.)