login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A371832 a(n) = denominator(Sum_{k=1..n} k^2/k!). 1
1, 1, 1, 2, 6, 8, 40, 720, 1680, 13440, 362880, 1209600, 4435200, 68428800, 296524800, 29059430400, 1307674368000, 6974263296000, 118562476032000, 6402373705728000, 445586448384000, 1430277488640000, 51090942171709440000, 374666909259202560000, 8617338912961658880000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Incomplete Gamma Function.
FORMULA
a(n) = denominator((2*(e*Gamma(n+1, 1) - 1) - n)/n!).
a(n) = denominator(A030297(n)/n!).
Limit_{n->oo} A371831(n)/a(n) = 2*e = A019762.
MATHEMATICA
a[n_]:=Denominator[(2(E*Gamma[n+1, 1]-1)-n)/n!]; Array[a, 25, 0]
PROG
(PARI) a(n) = denominator(sum(k=1, n, k^2/k!)); \\ Michel Marcus, Apr 07 2024
CROSSREFS
Sequence in context: A095239 A192009 A065953 * A118211 A050552 A105607
KEYWORD
nonn,frac
AUTHOR
Stefano Spezia, Apr 07 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 15 12:41 EDT 2024. Contains 375173 sequences. (Running on oeis4.)