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 A291655 #12 Sep 02 2017 04:04:42 %S A291655 1,1,1,1,5,5,5,5,15,24,24,24,44,80,80,80,131,221,266,266,386,566,746, %T A291655 746,990,1474,1924,2089,2529,3709,4609,5269,6130,8576,11096,12746, %U A291655 14937,19397,25697,28997,34111,43135,56365,65905,76219,95770,120070,144370,163661 %N A291655 Expansion of Product_{k>=1} 1/(1-x^(k^2))^(k^2). %H A291655 Vaclav Kotesovec, <a href="/A291655/b291655.txt">Table of n, a(n) for n = 0..10000</a> %F A291655 log(a(n)) ~ 5 * Pi^(1/5) * Zeta(5/2)^(2/5) * n^(3/5) / (2^(6/5) * 3^(3/5)). %t A291655 nmax = 100; CoefficientList[Series[Product[1/(1-x^(k^2))^(k^2), {k,1,nmax}], {x,0,nmax}], x] %Y A291655 Cf. A001156, A033461, A281790, A285047, A291649, A291696, A291720. %K A291655 nonn %O A291655 0,5 %A A291655 _Vaclav Kotesovec_, Aug 28 2017