login
This site is supported by donations 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; internal format)
OFFSET

0,3

COMMENTS

Conjectured to consist entirely of integers.

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: A201732 A141074 A082402 * A053916 A015203 A121936

Adjacent sequences:  A156904 A156905 A156906 * A156908 A156909 A156910

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 04 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 18:38 EST 2012. Contains 206074 sequences.