login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A120267
Numerator of Sum_{k=1..n} n^k/k!.
6
1, 4, 12, 100, 1085, 1218, 47201, 556088, 10659753, 7281020, 62927202701, 7217988, 60718623181177, 595952851172, 13324959230295, 247016251998448, 28505095507110827053, 549689328228186, 320305941258100632731917
OFFSET
1,2
COMMENTS
n divides a(n) and a(n)/n = A119029(n). - Alexander Adamchuk, Oct 08 2006
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 A214401. This, however, is not immediately obvious. - Petros Hadjicostas, May 12 2020
FORMULA
a(n) = numerator(Sum_{k=1..n} n^k/k!).
a(n) = n*A119029(n). - Alexander Adamchuk, Oct 08 2006
EXAMPLE
The first few fractions are 1, 4, 12, 100/3, 1085/12, 1218/5, 47201/72, 556088/315, 10659753/2240, 7281020/567, ... = A120267/A214401. - Petros Hadjicostas, May 12 2020
MATHEMATICA
Numerator[Table[Sum[n^k/k!, {k, 1, n}], {n, 1, 30}]]
CROSSREFS
Sequence in context: A377531 A038053 A217155 * A012278 A070040 A079822
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Jun 30 2006
EXTENSIONS
Various sections edited by Petros Hadjicostas, May 12 2020~
STATUS
approved