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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143922 E.g.f. A(x) satisfies: A(x) = 1 + x*exp(Integral A(x)^2 dx). 2
1, 1, 2, 9, 52, 395, 3666, 40257, 510600, 7343523, 118093310, 2099660497, 40896662124, 866008634907, 19808285169834, 486698217317985, 12784410332144656, 357512156423101427, 10604399352362692182 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Compare definition of e.g.f. A(x) to the trivial statement:

if F(x) = 1/(1-x) then F(x) = 1 + x*exp(Integral F(x) dx).

Here Integral F(x) dx does not include the constant of integration.

FORMULA

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

EXAMPLE

E.g.f. A(x) = 1 + x + 2*x^2/2! + 9*x^3/3! + 52*x^4/4! + 395*x^5/5! +...

A(x)^2 = 1 + 2*x + 6*x^2/2! + 30*x^3/3! + 200*x^4/4! + 1670*x^5/5! +...

Let L(x) = Integral A(x)^2 dx where A(x) = 1 + x*exp(L(x)), then

L(x) = x + 2*x^2/2! + 6*x^3/3! + 30*x^4/4! + 200*x^5/5! +...

exp(L(x)) = 1 + x + 3*x^2/2! + 13*x^3/3! + 79*x^4/4! + 611*x^5/5! +...

PROG

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

CROSSREFS

Cf. A143923, A143924.

Sequence in context: A006152 A143508 A052882 * A110322 A161631 A121678

Adjacent sequences:  A143919 A143920 A143921 * A143923 A143924 A143925

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 06 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 19:23 EST 2012. Contains 205945 sequences.