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!)
A192769 G.f. satisfies: A(x) = exp( Sum_{n>=} (x^n/n)*[Sum_{d|n} d*A(x)^d]^n ). 0
1, 1, 6, 48, 977, 13378, 680739, 16253410, 638406407, 21983092893, 992808221997, 42510501798854, 20888455486970142, 1827747975355320051, 96671149737735542775, 4002066332008089249033, 193076352317855172664077, 13301772601630930169228482 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 6*x^2 + 48*x^3 + 977*x^4 + 13378*x^5 +...
The g.f. A = A(x) satisfies:
log(A) = x*A + x^2*(A + 2*A^2)^2/2 + x^3*(A + 3*A^3)^3/3 + x^4*(A + 2*A^2 + 4*A^4)^4/4 + x^5*(A + 5*A^5)^5/5 + x^6*(A + 2*A^2 + 3*A^3 + 6*A^6)^6/6 +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=exp(sum(m=1, n, (x^m/m)*sumdiv(m, d, d*A^d)^m+x*O(x^n)))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A052744 A267620 A275334 * A324461 A084259 A028308
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 09 2011
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)