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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063030 Reversion of y - y^2 - y^4 + y^5. 0
0, 1, 1, 2, 6, 19, 63, 220, 795, 2942, 11099, 42536, 165126, 647955, 2565946, 10241616, 41158598, 166402323, 676338003, 2761988994, 11327162406, 46631572295, 192638451780, 798316442580, 3317866307145, 13825837134096 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Index entries for reversions of series

MATHEMATICA

CoefficientList[InverseSeries[Series[y - y^2 - y^4 + y^5, {y, 0, 30}], x], x]

PROG

(PARI) a(n)=if(n<1, 0, polcoeff(serreverse(x-x^2-x^4+x^5+x*O(x^n)), n))

CROSSREFS

Sequence in context: A193111 A119255 A071969 * A206463 A148467 A148468

Adjacent sequences:  A063027 A063028 A063029 * A063031 A063032 A063033

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com), Jul 05 2001.

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 21:43 EST 2012. Contains 205977 sequences.