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!)
A063026 Reversion of y - y^2 + y^4 - y^5. 3
0, 1, 1, 2, 4, 9, 21, 52, 135, 368, 1045, 3068, 9230, 28245, 87414, 272544, 854012, 2685897, 8473107, 26805994, 85045674, 270599945, 863529480, 2763745020, 8870777955, 28550721966, 92128996782, 298004209496, 966085311052 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n+1) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+k,n) * binomial(2*n-3*k,n). - Seiichi Manyama, Sep 26 2023
MATHEMATICA
CoefficientList[InverseSeries[Series[y - y^2 + y^4 - y^5, {y, 0, 30}], x], x]
CROSSREFS
Cf. A063019.
Sequence in context: A136753 A289666 A084261 * A106219 A198304 A032129
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jul 05 2001
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 May 12 11:58 EDT 2024. Contains 372480 sequences. (Running on oeis4.)