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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112806 Expansion of solution of functional equation. 0
1, 1, 2, 6, 21, 79, 312, 1277, 5369, 23049, 100612, 445214, 1992606, 9004260, 41025315, 188259072, 869305315, 4036286518, 18832973733, 88259024068, 415252542641, 1960718710035, 9288106921038, 44129146527731 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

Given g.f. A(x), then series reversion of B(x)=x*A(x^3) is -B(-x).

Given g.f. A(x), then y=x*A(x^3) satisfies y=x+(xy)^2/(1-(xy)^3).

PROG

(PARI) {a(n)=local(A); if(n<0, 0, A=x+O(x^4); for(k=1, n, A=x+subst(x^2/(1-x^3), x, x*A)); polcoeff(A, 3*n+1))}

CROSSREFS

Sequence in context: A150198 A033321 A050203 * A150199 A150200 A150201

Adjacent sequences:  A112803 A112804 A112805 * A112807 A112808 A112809

KEYWORD

nonn

AUTHOR

Michael Somos, Sep 20 2005

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 17 12:38 EST 2012. Contains 206021 sequences.