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!)
A162287 G.f. satisfies: A(x) = exp( Sum_{n>=1} [Sum{d|n} A(2^d*n*x/d)^d/d]*x^n ). 0
1, 1, 4, 29, 417, 11629, 635575, 68495847, 14649466838, 6240047796536, 5303983470442186, 9004906378193235074, 30552213347609385960757, 207213131514991438965771387, 2809810971676044211903643478219 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 29*x^3 + 417*x^4 + 11629*x^5 +...
log(A(x)) = A(2*x)*x + [A(2*2x) + A(2^2*x)^2/2]*x^2 + [A(2*3x) + A(2^3*x)^3/3]*x^3 + [A(2*4x) + A(2^2*2x)^2/2 + A(2^4*x)^4/4]*x^4 +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=exp(sum(m=1, n, sumdiv(m, d, m*subst(A, x, 2^d*m*x/d+x*O(x^n))^d/d)*x^m/m))); polcoeff(A, n)}
CROSSREFS
Cf. A162286.
Sequence in context: A210526 A221079 A370165 * A324227 A277357 A173715
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 29 2009
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 28 09:38 EDT 2024. Contains 375481 sequences. (Running on oeis4.)