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 A259436 #7 Dec 01 2015 10:08:59 %S A259436 1,2,6,33,658,17465,1789026,172648401,55048521937,19738048521937, %T A259436 17099936170199761,17002207325552593617,43456890729289136241538, %U A259436 113852784934058230923022839,667954362620824922543667163464,4816707198961510396593071163584840 %N A259436 a(n) = Sum_{k=0..n} p(k)^k, where p(k) is the partition function A000041. %F A259436 a(n) ~ p(n)^n ~ exp(1/24 - 3/(4*Pi^2) - (72+Pi^2)*sqrt(n)/(24*sqrt(6)*Pi) + sqrt(2/3)*Pi*n^(3/2)) / (3^(n/2) * 4^n * n^n). %t A259436 Table[Sum[PartitionsP[k]^k,{k,0,n}],{n,0,15}] %Y A259436 Cf. A000041, A133018, A259373, A259399, A259437, A259438, A265095. %K A259436 nonn %O A259436 0,2 %A A259436 _Vaclav Kotesovec_, Jun 27 2015