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.

A071726 Expansion of (1+x^3*C)*C, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.

Original entry on oeis.org

1, 1, 2, 6, 16, 47, 146, 471, 1562, 5291, 18226, 63648, 224808, 801686, 2882452, 10437745, 38032110, 139339635, 512996370, 1896907980, 7041759120, 26233530210, 98046684060, 367525880670, 1381386710964, 5205006015102
Offset: 0

Views

Author

N. J. A. Sloane, Jun 06 2002

Keywords

Programs

  • Mathematica
    With[{$MaxExtraPrecision = 1000}, CoefficientList[Series[# (1 + x^3*#) &[(1 - (1 - 4 x)^(1/2))/(2 x)], {x, 0, 25}], x]] (* Michael De Vlieger, May 30 2020 *)