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.

A368561 a(n) = Sum_{k=0..n} k! * n^k.

Original entry on oeis.org

1, 2, 11, 184, 6565, 390806, 34557919, 4237440628, 687219772553, 142347286888210, 36654963132246211, 11483715014356017104, 4300711472638444724653, 1897241450053063830832078, 973695564434830963964311655
Offset: 0

Views

Author

Seiichi Manyama, Dec 30 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, k!*n^k);

Formula

a(n) ~ n! * n^n. - Vaclav Kotesovec, Jan 13 2024