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 A293270 #6 Oct 04 2017 18:40:04 %S A293270 1,1,12,270,8960,393750,21555072,1413199788,107961384960, %T A293270 9418192087590,923780000000000,100633991211229476, %U A293270 12055263261877075968,1575041416811693275900,222887966509090352332800,33962507149515380859375000,5543988061027763016035205120 %N A293270 a(n) = n^n*binomial(2*n-1, n). %C A293270 The n-th term of the n-fold convolution of the powers of n. %F A293270 a(n) = [x^n] 1/(1 - n*x)^n. %F A293270 a(n) ~ 2^(2*n-1)*n^n/sqrt(Pi*n). %t A293270 Join[{1}, Table[n^n Binomial[2 n - 1, n], {n, 1, 16}]] %t A293270 Join[{1}, Table[(-1)^n n^n Binomial[-n, n], {n, 1, 16}]] %t A293270 Table[SeriesCoefficient[1/(1 - n x)^n, {x, 0, n}], {n, 0, 16}] %o A293270 (PARI) a(n) = n^n*binomial(2*n-1, n); \\ _Altug Alkan_, Oct 04 2017 %Y A293270 Cf. A000312, A001700, A088218. %Y A293270 Cf. A001787, A027472, A036071, A036084, A036226, A038846, A053107, A053108, A053109. %K A293270 nonn %O A293270 0,3 %A A293270 _Ilya Gutkovskiy_, Oct 04 2017