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!)
A179323 G.f.: A(x) = G(G(x)) where G(x) = x*exp( Sum_{n>=1} A(x^n)/n ). 2
1, 2, 8, 38, 212, 1309, 8818, 63599, 486431, 3914297, 32957543, 289117257, 2633818459, 24851646254, 242360970744, 2438642027680, 25279637797827, 269638473505847, 2955984372213381, 33274178272368580, 384251966241266988 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
G.f.: A(x) = x + 2*x^2 + 8*x^3 + 38*x^4 + 212*x^5 + 1309*x^6 +...
G(x) = x + x^2 + 3*x^3 + 11*x^4 + 52*x^5 + 280*x^6 + 1705*x^7 + 11275*x^8 + 80120*x^9 + 604111*x^10 +...+ A179322(n)*x^n +...
log(G(x)/x) = A(x) + A(x^2)/2 + A(x^3)/3 + A(x^4)/4 + A(x^5)/5 + A(x^6)/6 +...+ A(x^n)/n +...
log(G(x)/x) = x + 5*x^2/2 + 25*x^3/3 + 157*x^4/4 + 1061*x^5/5 + 7883*x^6/6 + 61727*x^7/7 + 508949*x^8/8 +...+ A179324(n)*x^n/n +...
PROG
(PARI) {a(n)=local(A=x); for(i=1, n, A=x*exp(sum(m=1, n, subst(A, x, (subst(A, x, x^m+x*O(x^n))))/m))); polcoeff(subst(A, x, A), n)}
CROSSREFS
Sequence in context: A192784 A108246 A020031 * A001340 A275707 A058786
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 16 2010
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 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)