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.

A371831 a(n) = numerator(Sum_{k=1..n} k^2/k!).

Original entry on oeis.org

0, 1, 3, 9, 31, 43, 217, 3913, 9133, 73067, 1972819, 6576067, 24112247, 372017527, 1612075951, 157983443203, 7109254944151, 37916026368811, 644572448269793, 34806912206568841, 2422459091299663, 7775794614048301, 277759159408419360043, 2036900502328408640323, 46848711553553398727437
Offset: 0

Views

Author

Stefano Spezia, Apr 07 2024

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=Numerator[(2(E*Gamma[n+1,1]-1)-n)/n!]; Array[a,25,0]
  • PARI
    a(n) = numerator(sum(k=1, n, k^2/k!)); \\ Michel Marcus, Apr 07 2024

Formula

a(n) = numerator((2*(e*Gamma(n+1, 1) - 1) - n)/n!).
a(n) = numerator(A030297(n)/n!).
Limit_{n->oo} a(n)/A371832(n) = 2*e = A019762.
Showing 1-1 of 1 results.