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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063033 Reversion of y - y^2 + y^4. 0
0, 1, 1, 2, 4, 8, 14, 16, -21, -242, -1166, -4472, -15132, -46508, -130016, -323000, -660535, -786714, 1789952, 18546464, 93845290, 380532240, 1355983860, 4363436280, 12688926510, 32530717752, 67666586472, 76255301640, -240266135872 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Index entries for reversions of series

FORMULA

a(n)=sum(j=0..(n-1)/2, (-1)^j*binomial(n-2*j-1,j)*binomial(2*n-2*j-2,n-1))/n, a(0)=0. [From Vladimir Kruchinin, Oct 11 2011]

MATHEMATICA

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

PROG

(Maxima)

a(n):=sum((-1)^j*binomial(n-2*j-1, j)*binomial(2*n-2*j-2, n-1), j, 0, (n-1)/2)/n; [From Vladimir Kruchinin, Oct 11 2011]

CROSSREFS

Sequence in context: A174540 A076380 A049133 * A128309 A074202 A086303

Adjacent sequences:  A063030 A063031 A063032 * A063034 A063035 A063036

KEYWORD

sign,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 15 23:53 EST 2012. Contains 205860 sequences.