login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143139 E.g.f.: A(x) = exp(x + A(x)^2) - 1. 2
1, 3, 25, 351, 6901, 174483, 5392465, 196967991, 8301682141, 396555037803, 21171512707225, 1249311005445231, 80742309245690821, 5672134436846492163, 430345858647623635105, 35069095795843414698471 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

E.g.f. derivative: A'(x) = (1 + A(x))/(1 - 2*A(x) - 2*A(x)^2 ).

EXAMPLE

A(x) = x + 3*x^2/2! + 25*x^3/3! + 351*x^4/4! + 6901*x^5/5! +...

Log(1 + A(x)) = x + A(x)^2 = G(x) = g.f. of A143138:

G(x) = x + 2*x^2/2! + 18*x^3/3! + 254*x^4/4! + 5010*x^5/5! +...

A(x)^2 = 2*x^2/2! + 18*x^3/3! + 254*x^4/4! + 5010*x^5/5! +...

PROG

(PARI) {a(n)=local(A=x+O(x^n)); for(i=0, n, A=exp(x+A^2)-1); n!*polcoeff(A, n)}

(PARI) {a(n)=n!*polcoeff(exp(serreverse(x-(exp(x+x*O(x^n))-1)^2))-1, n)}

CROSSREFS

Cf. A143138.

Sequence in context: A093360 A161629 A129506 * A012481 A132617 A192552

Adjacent sequences:  A143136 A143137 A143138 * A143140 A143141 A143142

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 27 2008

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 16 12:15 EST 2012. Contains 205909 sequences.