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.

A371832 a(n) = denominator(Sum_{k=1..n} k^2/k!).

This page as a plain text file.
%I A371832 #15 Apr 08 2024 18:50:07
%S A371832 1,1,1,2,6,8,40,720,1680,13440,362880,1209600,4435200,68428800,
%T A371832 296524800,29059430400,1307674368000,6974263296000,118562476032000,
%U A371832 6402373705728000,445586448384000,1430277488640000,51090942171709440000,374666909259202560000,8617338912961658880000
%N A371832 a(n) = denominator(Sum_{k=1..n} k^2/k!).
%H A371832 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/IncompleteGammaFunction.html">Incomplete Gamma Function</a>.
%H A371832 Wikipedia, <a href="https://en.wikipedia.org/wiki/Incomplete_gamma_function#Upper_incomplete_Gamma_function">Incomplete gamma function</a>.
%F A371832 a(n) = denominator((2*(e*Gamma(n+1, 1) - 1) - n)/n!).
%F A371832 a(n) = denominator(A030297(n)/n!).
%F A371832 Limit_{n->oo} A371831(n)/a(n) = 2*e = A019762.
%t A371832 a[n_]:=Denominator[(2(E*Gamma[n+1,1]-1)-n)/n!]; Array[a,25,0]
%o A371832 (PARI) a(n) = denominator(sum(k=1, n, k^2/k!)); \\ _Michel Marcus_, Apr 07 2024
%Y A371832 Cf. A019762, A030297, A371831.
%Y A371832 Cf. A014973, A092043.
%K A371832 nonn,frac
%O A371832 0,4
%A A371832 _Stefano Spezia_, Apr 07 2024