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.
%I A320939 #10 Dec 04 2018 20:40:19 %S A320939 0,1,3,5,-650,-46071,3121776,5538166381,3146076001776, %T A320939 -10459815889305231,-100694615309371571840,-193538025548431984737219, %U A320939 38912028315765820944424730112,2554132880645627969533690819801657,-106074951996903194289368162206783509504 %N A320939 a(n) = n! * [x^n] log(1 + Sum_{k>=1} k^n*x^k/k!). %C A320939 a(n) is the n-th term of the logarithmic transform of the n-th powers. %H A320939 Alois P. Heinz, <a href="/A320939/b320939.txt">Table of n, a(n) for n = 0..77</a> %H A320939 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %p A320939 seq(coeff(series(factorial(n)*log(1+add(k^n*x^k/factorial(k),k=1..n)),x,n+1), x, n), n = 0 .. 15); # _Muniru A Asiru_, Oct 28 2018 %t A320939 Table[n! SeriesCoefficient[Log[1 + Sum[k^n x^k/k!, {k, 1, n}]], {x, 0, n}], {n, 0, 14}] %Y A320939 Cf. A009306, A033464, A279644, A300452. %K A320939 sign %O A320939 0,3 %A A320939 _Ilya Gutkovskiy_, Oct 28 2018