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.

A066397 Reversion of 1 / sqrt(1 - 4*x) (the o.g.f. for the central binomial coefficients A000984) as if it were an e.g.f.

Original entry on oeis.org

1, -2, 6, -20, 50, 168, -4732, 54024, -356670, -1558040, 106069172, -2197188864, 26605890220, 22266781600, -12120090377400, 402165029201744, -7732409047854318, 38209542402620232, 4126723132306766900, -211906442415502467360, 5955735723962955009156
Offset: 0

Views

Author

N. J. A. Sloane, Dec 24 2001

Keywords

Crossrefs

Cf. A000984.

Programs

  • Maple
    read transforms; t1 := 1 / sqrt(1 - 4*x); t2 := series(t1,x,50); t2 := seriestolist(%); REVEGF(%); # corrected by Sean A. Irvine, Oct 12 2023

Extensions

Name corrected by Sean A. Irvine, Oct 12 2023