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 A277453 #4 Oct 16 2016 14:49:53 %S A277453 1,3,41,1531,111393,13262051,2336744233,570621092091,184341785557121, %T A277453 76092709735150723,39064090158380196201,24408768326642565035963, %U A277453 18237590837527919131499041,16056004231253610384348995811,16448689708899063469247204152553 %N A277453 a(n) = Sum_{k=0..n} binomial(n,k) * 2^k * n^k * k!. %F A277453 a(n) = exp(1/(2*n)) * 2^n * n^n * Gamma(n+1, 1/(2*n)). %F A277453 a(n) ~ 2^n * n^n * n!. %t A277453 Flatten[{1, Table[Sum[Binomial[n, k]*2^k*n^k*k!, {k, 0, n}], {n, 1, 20}]}] %Y A277453 Cf. A086331, A277373, A277423, A277452. %K A277453 nonn %O A277453 0,2 %A A277453 _Vaclav Kotesovec_, Oct 16 2016