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 A259437 #4 Jun 27 2015 02:38:26 %S A259437 1,2,6,37,724,20209,1905630,191250531,57659285287,20931112851787, %T A259437 17697850924585423,17720783665888137843,44421728434157120665320, %U A259437 117208746422032553556330253,679595843556865572365153402674,4907378683411420479410336076467628 %N A259437 a(n) = Sum_{k=0..n} p(k)^n, where p(k) is the partition function A000041. %F A259437 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 A259437 Table[Sum[PartitionsP[k]^n,{k,0,n}],{n,0,15}] %Y A259437 Cf. A000041, A133018, A259399, A259436, A259438. %K A259437 nonn %O A259437 0,2 %A A259437 _Vaclav Kotesovec_, Jun 27 2015