The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A052122 Numerators of coefficients in the e.g.f. a(x) such that a(a(x)) = exp(x) - 1. 5
0, 1, 1, 1, 0, 1, -7, 1, 159, -843, -1231, 2359233, -13303471, -271566005, 10142361989, 126956968965, -10502027401553, 64275615468715, 32481110981976151, -3014479147788009411, -147131182752475409229, 14607119841651449406947, 1868869263315549659372569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
REFERENCES
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.52.
LINKS
Dmitry Kruchinin, Vladimir Kruchinin, Method for solving an iterative functional equation $A^{2^n}(x)=F(x)$, arXiv:1302.1986 [math.CO], 2013.
FORMULA
a(n)/2^A052123(n) = n!*A052104(n)/A052105(n). - _R. J. Mathar_, Sep 25 2011
EXAMPLE
a(x) = x + 1/4*x^2 + 1/48*x^3 + 1/3840*x^5 - 7/92160*x^6 + 1/645120*x^7 + ...
MATHEMATICA
T[n_, n_] = 1; T[n_, m_] := T[n, m] = (StirlingS2[n, m]*m!/n! - Sum[T[n, i]*T[i, m], {i, m+1, n-1}])/2; Table[n!*T[n, 1] // Numerator , {n, 0, 22}] (* _Jean-François Alcover_, Mar 03 2014, after A052104 and _Alois P. Heinz_ *)
CROSSREFS
Sequence in context: A051186 A012034 A138324 * A027538 A334394 A027478
KEYWORD
sign,frac,easy
AUTHOR
_N. J. A. Sloane_, Jan 23 2000
EXTENSIONS
More terms from _Vladeta Jovovic_, Jul 27 2002
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 May 14 10:17 EDT 2024. Contains 372532 sequences. (Running on oeis4.)