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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088713 G.f. A(x) satisfies A(x/A(x)) = 1/(1-x). 6
1, 1, 2, 6, 24, 118, 674, 4308, 30062, 225266, 1791964, 15009118, 131566314, 1201452248, 11389283418, 111761444078, 1132680800640, 11834071103246, 127261591139010, 1406778021294220, 15967144849210158, 185897394076705298 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

Also g.f. satisfies: A(x) = 1 + x*A(x)*A(1-1/A(x)).

G.f.: A(x*g(x)) = g(x) = (1-1/A(x))/x where g(x) is the g.f. of A088714.

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Dec 06 2009: (Start)

G.f. satisfies: A(x) = 1 + A(x)*Series_Reversion(x/A(x)).

G.f. satisfies: A( (x/(1+x))/A(x/(1+x)) ) = 1 + x.

(End)

PROG

(PARI) {a(n)=local(A=1+x); for(i=1, n, A=(1+A*serreverse(x/(A+x*O(x^n))))^1); polcoeff(A, n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Dec 06 2009]

CROSSREFS

Cf. A088714.

Cf. variants: A154677, A168448, A168449, A168478, A168479. [From Paul D. Hanna (pauldhanna(AT)juno.com), Dec 06 2009]

Sequence in context: A177518 A164871 A079106 * A193938 A135106 A005394

Adjacent sequences:  A088710 A088711 A088712 * A088714 A088715 A088716

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 12 2003

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 14 14:07 EST 2012. Contains 205623 sequences.