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.

A363908 a(n) = exp(-1/5) * Sum_{k>=0} (5*k + 4)^n / (5^k * k!).

Original entry on oeis.org

1, 5, 30, 225, 2075, 22500, 276875, 3790625, 57050000, 934984375, 16549046875, 314146406250, 6358972578125, 136603266015625, 3101556258593750, 74164388642578125, 1861859526474609375, 48936176077929687500, 1343302192888037109375, 38425435693841064453125, 1143143051078878906250000
Offset: 0

Views

Author

Michael De Vlieger, Jun 27 2023

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Exp[4 x + (Exp[5 x] - 1)/5], {x, 0, #}], x]* Range[0, #]! &[21]