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 A320255 #5 Oct 08 2018 18:15:40 %S A320255 0,1,1,-1,-26,39,3666,-7400,-1488416,3802113,1322570530,-4095154284, %T A320255 -2187371499312,7964242253473,6052757424558586,-25343867475914910, %U A320255 -25988018018090461664,123032891453320498449,163684285184147641156098,-864557405968781387651984,-1448111703094244548802632160 %N A320255 a(n) = n! * [x^n] log(1 + exp(x)*(x + (n/2 - 1)*x^2)). %C A320255 For n > 2, a(n) is the n-th term of the logarithmic transform of n-gonal numbers. %H A320255 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %H A320255 <a href="/index/Pol#polygonal_numbers">Index to sequences related to polygonal numbers</a> %t A320255 Table[n! SeriesCoefficient[Log[1 + Exp[x] (x + (n/2 - 1) x^2)], {x, 0, n}], {n, 0, 20}] %Y A320255 Cf. A009306, A033464, A300455, A318118, A318124, A320254. %K A320255 sign %O A320255 0,5 %A A320255 _Ilya Gutkovskiy_, Oct 08 2018