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!)
A060905 Expansion of e.g.f. exp(x*exp(x) + 1/2*x^2*exp(x)^2). 12
1, 1, 4, 19, 110, 751, 5902, 52165, 509588, 5437729, 62828306, 780287839, 10351912276, 145944541159, 2176931651546, 34225419288421, 565282627986368, 9779830102138945, 176776613812205074, 3330780287838743575 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of functions f from a set of size n to itself such that f(f(f(x))) = f(x). - Joel B. Lewis, Dec 12 2011
REFERENCES
I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983.
LINKS
Vladimir Kruchinin, Composition of ordinary generating functions, arXiv:1009.2565 [math.CO], 2010.
FORMULA
E.g.f.: exp(Sum_{d|m} T_k^d/d), where T_k = x*exp(T_(k - 1)), k >= 1, T_0 = x; k = 1, m = 2.
a(n) = sum(sum(k^(n-k)/(n-k)!*binomial(m,k-m)*(1/2)^(k-m),k,m,n)/m!,m,1,n), n>0. - Vladimir Kruchinin, Aug 20 2010
MATHEMATICA
nn=20; a=x Exp[x]; Range[0, nn]!CoefficientList[Series[Exp[a+a^2/2], {x, 0, nn}], x] (* Geoffrey Critzer, Sep 18 2012 *)
PROG
(Maxima) a(n):=sum(sum(k^(n-k)/(n-k)!*binomial(m, k-m)*(1/2)^(k-m), k, m, n)/m!, m, 1, n); [Vladimir Kruchinin, Aug 20 2010]
CROSSREFS
Column k=3 of A245501.
Sequence in context: A117397 A004212 A243241 * A304473 A174123 A127548
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Apr 07 2001
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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)