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

%I #30 Apr 21 2021 12:03:51

%S 1,1,1,3,12,5,72,315,2240,567,1814400,77,239500800,868725,7175168,

%T 49116375,2092278988800,14889875,3201186852864000,14849255421,

%U 3783802880000,3543572316375,562000363888803840000,2505147019375,496358721386591551488

%N Denominator of Sum_{k=0..n} n^k/k!.

%C 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

%H Michel Marcus, <a href="/A214401/b214401.txt">Table of n, a(n) for n = 1..150</a>

%H Eric Weisstein, <a href="http://mathworld.wolfram.com/ExponentialSumFunction.html">Exponential Sum Function</a>.

%F a(n) = n!/A214402(n).

%t Denominator[Table[Sum[n^k/k!, {k, 0, n}], {n, 1, 30}]]

%o (PARI) a(n) = denominator(sum(k=0, n, n^k/k!)); \\ _Michel Marcus_, Apr 20 2021

%Y Numerators are A120266.

%Y Cf. also A063170, A090878, A093101, A119029, A120267, A214402.

%K frac,nonn

%O 1,4

%A _Jonathan Sondow_, Jul 15 2012

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 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)