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!)
A156907 G.f.: A(x) = 1 + x*exp( Sum_{k>=1} [A(2^k*x) - 1]^k/k ). 3
1, 1, 2, 18, 476, 38358, 11363548, 15060027956, 92500603618872, 2483766272252845670, 279689176516909339664044, 129570236404446129260308225372, 244562582019257683819447274838128648 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjectured to consist entirely of integers.
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 18*x^3 + 476*x^4 + 38358*x^5 +...
...
A(x) = 1 + x*exp( [A(2x)-1] + [A(4x)-1]^2/2 + [A(8x)-1]^3/3 +... ).
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1+x*exp(sum(k=1, n, (subst(A, x, 2^k*x+x*O(x^n))-1)^k/k))); polcoeff(A, n)}
CROSSREFS
Cf. A156908.
Sequence in context: A082402 A208055 A306655 * A053916 A355131 A355134
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 04 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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)