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 A319361 #4 Sep 17 2018 15:42:52 %S A319361 1,1,3,14,136,2411,88903,6309849,866470849,240522266760, %T A319361 132000248840652,141226630324344532,306101744973083495408, %U A319361 1327520858367342045830198,11328405846086223895036194126,196814026990537767059856457640779,6894163531963490274906095710739747873 %N A319361 a(n) = [x^n] exp(Sum_{k>=1} sigma_n(k)*x^k/k). %F A319361 a(n) = [x^n] Product_{k>=1} 1/(1 - x^k)^(k^(n-1)). %t A319361 Table[SeriesCoefficient[Exp[Sum[DivisorSigma[n, k] x^k/k, {k, 1, n}]], {x, 0, n}], {n, 0, 16}] %t A319361 Table[SeriesCoefficient[Product[1/(1 - x^k)^(k^(n - 1)), {k, 1, n}], {x, 0, n}], {n, 0, 16}] %Y A319361 Diagonal of A144048. %Y A319361 Cf. A252782, A305207. %K A319361 nonn %O A319361 0,3 %A A319361 _Ilya Gutkovskiy_, Sep 17 2018