cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A063026 Reversion of y - y^2 + y^4 - y^5.

Original entry on oeis.org

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
Offset: 0

Views

Author

Olivier Gérard, Jul 05 2001

Keywords

Crossrefs

Cf. A063019.

Programs

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

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