cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A120267 Numerator of Sum_{k=1..n} n^k/k!.

This page as a plain text file.
%I A120267 #13 May 12 2020 16:24:17
%S A120267 1,4,12,100,1085,1218,47201,556088,10659753,7281020,62927202701,
%T A120267 7217988,60718623181177,595952851172,13324959230295,247016251998448,
%U A120267 28505095507110827053,549689328228186,320305941258100632731917
%N A120267 Numerator of Sum_{k=1..n} n^k/k!.
%C A120267 n divides a(n) and a(n)/n = A119029(n). - _Alexander Adamchuk_, Oct 08 2006
%C A120267 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
%F A120267 a(n) = numerator(Sum_{k=1..n} n^k/k!).
%F A120267 a(n) = n*A119029(n). - _Alexander Adamchuk_, Oct 08 2006
%e A120267 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
%t A120267 Numerator[Table[Sum[n^k/k!, {k,1,n}], {n,1,30}]]
%Y A120267 Cf. A063170, A090878, A093101, A119029, A120266, A214401 (denominators), A214402.
%K A120267 frac,nonn
%O A120267 1,2
%A A120267 _Alexander Adamchuk_, Jun 30 2006
%E A120267 Various sections edited by _Petros Hadjicostas_, May 12 2020~