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.

A295228 a(n) = sum_{k=0,...,[n/2]} |s(n-k,k)|^3, s = A048994, Stirling numbers of the first kind.

Original entry on oeis.org

1, 0, 1, 1, 9, 243, 15156, 1853216, 393861700, 133524487369, 67784261131182, 49102947079265422, 48868239988727255585, 64803779202807835851565, 111657015638972745549794074, 244745390650212498564219429909, 670332605628298040569504378787338
Offset: 0

Views

Author

Eric M. Schmidt, Nov 18 2017

Keywords

Programs

  • Mathematica
    Abs[Table[Sum[StirlingS1[n-k,k]^3,{k,0,Floor[n/2]}],{n,0,20}]] (* Harvey P. Dale, Apr 03 2021 *)