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.

Showing 1-1 of 1 results.

A316746 Stirling transform of (n!)^4.

Original entry on oeis.org

1, 1, 17, 1345, 339665, 210710401, 271870642577, 650913939232705, 2661046752028004945, 17435564825332632384001, 174183504568184377604440337, 2548324287404285657814061145665, 52811730527246707443094397271926225, 1507674139289925506595856944935243164801
Offset: 0

Views

Author

Vaclav Kotesovec, Jul 12 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[StirlingS2[n, k]*k!^4, {k, 0, n}], {n, 0, 20}]

Formula

a(n) = Sum_{k=0..n} stirling2(n,k) * (k!)^4.
a(n) ~ n!^4.
Showing 1-1 of 1 results.