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.

A049412 Row sums of triangle A049385.

Original entry on oeis.org

1, 7, 85, 1465, 32677, 894103, 28977817, 1085272945, 46112305897, 2191384887175, 115164935076445, 6631403822046697, 415179375712149517, 28079663069162365207, 2040146099677929685345, 158473205735310372796897, 13105410949812720002967889, 1149574078597445578977405319
Offset: 1

Views

Author

Keywords

Comments

Generalized Bell numbers B(6,1;n).

Crossrefs

Cf. Generalized Bell numbers B(m, 1, n): A049118 (m=3), A049119 (m=4), A049120 (m=5), this sequence (m=6).

Programs

  • Mathematica
    terms = 16;
    Rest[CoefficientList[Exp[-1+1/(1-5x)^(1/5)]-1+O[x]^(terms+1), x]] Range[ terms]! (* Jean-François Alcover, Nov 11 2018 *)

Formula

E.g.f.: exp(-1+1/(1-5*x)^(1/5))-1.
a(n) = (1/e) * (-5)^n * n! * Sum_{k>=0} binomial(-k/5,n)/k!. - Seiichi Manyama, Jan 17 2025