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!)
A273957 G.f. A(x) satisfies: A(x - x/(1+x)*A(x)) = x. 0
1, 1, 2, 7, 31, 159, 909, 5657, 37750, 267367, 1995167, 15601743, 127317160, 1080705251, 9517003663, 86763537749, 817415449402, 7946161682759, 79599437483758, 820726329776013, 8701095694308761, 94761241694697957, 1059246307095497960, 12143075480602664161, 142660989450995958519, 1716427548002953822635, 21135147232385131769271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f. A(x) satisfies:
(1) A(x) = x + Sum_{n>=1} (d/dx)^(n-1) ( x/(1+x)*A(x) )^n / n!.
(2) A(x) = x * exp( Sum_{n>=1} (d/dx)^(n-1) (1/x) * ( x/(1+x)*A(x) )^n / n! ).
EXAMPLE
G.f.: A(x) = x + x^2 + 2*x^3 + 7*x^4 + 31*x^5 + 159*x^6 + 909*x^7 + 5657*x^8 + 37750*x^9 + 267367*x^10 + 1995167*x^11 + 15601743*x^12 +...
PROG
(PARI) {a(n) = my(A=x); for(i=1, n, A = serreverse(x - x/(1+x)*A +x*O(x^n)) ); polcoeff(A, n)}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A107595 A193320 A030882 * A221958 A221957 A030966
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 10 2016
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)