|
Search: id:A143922
|
|
|
| A143922 |
|
E.g.f. A(x) satisfies: A(x) = 1 + x*exp(Integral A(x)^2 dx). |
|
+0 3
|
|
| 1, 1, 2, 9, 52, 395, 3666, 40257, 510600, 7343523, 118093310, 2099660497, 40896662124, 866008634907, 19808285169834, 486698217317985, 12784410332144656, 357512156423101427, 10604399352362692182
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
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! +...
|
|
PROGRAM
|
(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 this_sequence A110322 A161631 A121678
Adjacent sequences: A143919 A143920 A143921 this_sequence A143923 A143924 A143925
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Sep 06 2008
|
|
|
Search completed in 0.002 seconds
|