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 A308331 #6 May 21 2019 03:49:28 %S A308331 1,0,3,50,1449,61724,3608515,275520972,26505128433,3125830471928, %T A308331 442286373458691,73789189395157730,14309059313820886681, %U A308331 3186711239965235356776,806772967716453793227523,230153293624841114893344854,73420355768107554901016231265 %N A308331 a(n) = n! * [x^n] exp(exp(n*x)/(1 + x) - 1). %t A308331 Table[n! SeriesCoefficient[Exp[Exp[n x]/(1 + x) - 1], {x, 0, n}], {n, 0, 16}] %Y A308331 Cf. A134095, A292914, A308330, A321989. %K A308331 nonn %O A308331 0,3 %A A308331 _Ilya Gutkovskiy_, May 20 2019