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.

A038158 a(n) = (n!/2)*Sum(1/k!, k=1..n-2).

Original entry on oeis.org

0, 0, 0, 3, 18, 100, 615, 4326, 34636, 311760, 3117645, 34294150, 411529866, 5349888336, 74898436795, 1123476552030, 17975624832600, 305585622154336, 5500541198778201, 104510282776785990, 2090205655535719990, 43894318766250120000
Offset: 0

Views

Author

Keywords

Crossrefs

Row sums of A268217.
Cf. A038157.

Programs

  • PARI
    a(n) = (n!/2)*sum(k=1, n-2, 1/k!); \\ Michel Marcus, Jan 30 2016

Formula

a(n) = A038157(n) / 2. - Sean A. Irvine, Jan 09 2021