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.

A373176 Expansion of e.g.f. 2*exp(sqrt(2*x+1)-1)/(2-sqrt(2*x+1))^3.

Original entry on oeis.org

2, 8, 30, 122, 548, 2802, 15638, 100760, 661242, 5519558, 36021212, 495019758, 944742290, 96695115272, -1151063332242, 46492769525882, -1177828529162332, 39211350154011570, -1272035779868081338, 45289997660347946648, -1679496857400789295638, 65976928289858329056518
Offset: 0

Views

Author

Stefano Spezia, May 26 2024

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=n!SeriesCoefficient[2Exp[Sqrt[2x+1]-1]/(2-Sqrt[2x+1])^3,{x,0,n}]; Array[a,22,0]