The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A214401 Denominator of Sum_{k=0..n} n^k/k!. 5
1, 1, 1, 3, 12, 5, 72, 315, 2240, 567, 1814400, 77, 239500800, 868725, 7175168, 49116375, 2092278988800, 14889875, 3201186852864000, 14849255421, 3783802880000, 3543572316375, 562000363888803840000, 2505147019375, 496358721386591551488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Apparently, the three sequences T_1(n) = Sum_{k=1..n} n^(k-1)/k!, T_2(n) = Sum_{k=0..n} n^k/k!, and T_3(n) = Sum_{k=1..n} n^k/k!, with numerators in A119029, A120266, and A120267, respectively, have the same denominators, listed in the current sequence. This, however, is not immediately obvious. - Petros Hadjicostas, May 12 2020
LINKS
Eric Weisstein, Exponential Sum Function.
FORMULA
a(n) = n!/A214402(n).
MATHEMATICA
Denominator[Table[Sum[n^k/k!, {k, 0, n}], {n, 1, 30}]]
PROG
(PARI) a(n) = denominator(sum(k=0, n, n^k/k!)); \\ Michel Marcus, Apr 20 2021
CROSSREFS
Numerators are A120266.
Sequence in context: A357819 A357821 A367183 * A009781 A266913 A307027
KEYWORD
frac,nonn
AUTHOR
Jonathan Sondow, Jul 15 2012
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 May 14 12:12 EDT 2024. Contains 372532 sequences. (Running on oeis4.)