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.

A330016 a(n) = Sum_{k=1..n} (-1)^(n - k) * H(k) * k!, where H(k) is the k-th harmonic number.

This page as a plain text file.
%I A330016 #4 Nov 27 2019 12:52:40
%S A330016 0,1,2,9,41,233,1531,11537,98047,928529,9700111,110843729,1375599151,
%T A330016 18427159889,265038487471,4074124514129,66660157879471,
%U A330016 1156745432699729,21220242625821871,410344904191816529,8342603132569783471,177902207647600456529,3970574571687854263471
%N A330016 a(n) = Sum_{k=1..n} (-1)^(n - k) * H(k) * k!, where H(k) is the k-th harmonic number.
%F A330016 a(n) = Sum_{k=1..n} (-1)^(n - k) * |Stirling1(k+1,2)|.
%t A330016 Table[Sum[(-1)^(n - k) HarmonicNumber[k] k!, {k, 1, n}], {n, 0, 22}]
%Y A330016 Cf. A000254, A001008, A002805, A092692, A097422.
%K A330016 nonn
%O A330016 0,3
%A A330016 _Ilya Gutkovskiy_, Nov 27 2019