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!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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: A268363 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

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 11:01 EDT 2024. Contains 372532 sequences. (Running on oeis4.)