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.

A072402 a(n) = 6^n * Sum_{k>=1} Gamma(n + k/6)/ (k! * Gamma(k/6) * e).

Original entry on oeis.org

1, 8, 113, 2283, 59956, 1937111, 74285023, 3296959548, 166209034083, 9380840313601, 585971815302336, 40131720225336433, 2990153392901281153, 240791249514701885728, 20839616039099721143561, 1928991192695402634245651, 190159902809538562278266988
Offset: 1

Views

Author

Karol A. Penson, Jun 16 2002

Keywords

Programs

  • Mathematica
    a[n_] := 6^n*Sum[Gamma[n + k/6]/(k!*Gamma[k/6]), {k, 1, Infinity}]/Exp[1];
    Table[ a[n], {n, 1, 16}]

Extensions

More terms from Robert G. Wilson v, Jul 17 2002
a(11) corrected and a(17) from Sean A. Irvine, Sep 28 2024