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.

A374652 a(n) = Sum_{k=1..n+1} (-1)^(k - 1)*(k + 1)*(n - k + 1)!.

Original entry on oeis.org

-1, 5, 5, 39, 181, 1159, 8301, 67919, 621941, 6308679, 70223101, 851165119, 11160489861, 157411458359, 2376543620621, 38242755444399, 653435591570581, 11815320900966439, 225408497129888541, 4524816801601368479, 95339744251262894501, 2103888092422797642519
Offset: 1

Views

Author

Clark Kimberling, Jul 25 2024

Keywords

Comments

Residues mod 10 are 9, 5, 5, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9,...

Crossrefs

Programs

  • Mathematica
    t[n_] := Sum[(-1)^(k - 1) (k + 1)*(n - k + 1)!, {k, 1, n + 1}]
    Table[t[n], {n, 1, 30}]

Extensions

Definition corrected by Georg Fischer, Aug 27 2024