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.

A038157 a(n) = n! * Sum_{k=1..n-2} 1/k!.

Original entry on oeis.org

0, 0, 0, 6, 36, 200, 1230, 8652, 69272, 623520, 6235290, 68588300, 823059732, 10699776672, 149796873590, 2246953104060, 35951249665200, 611171244308672, 11001082397556402, 209020565553571980, 4180411311071439980, 87788637532500240000
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = floor(n!*exp(1)) - n - 1 - n! for n>1. - Mark van Hoeij, Oct 30 2011