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 A152827 #14 Dec 01 2015 10:31:41 %S A152827 1,1,1,2,4,12,48,240,1440,11520,115200,1382400,20736000,373248000, %T A152827 8211456000,221709312000,7094697984000,269598523392000, %U A152827 12401532076032000,669682732105728000,42859694854766592000 %N A152827 Partial products of PartitionsQ numbers (A000009). %H A152827 Vaclav Kotesovec, <a href="/A152827/b152827.txt">Table of n, a(n) for n = 0..190</a> %F A152827 log(a(n)) ~ 2*Pi*n^(3/2)/(3*sqrt(3)) * (1 - 9*sqrt(3)*log(n)/(8*Pi*sqrt(n)) + 3*sqrt(3)*(3 - 8*log(2) - log(3))/(8*Pi*sqrt(n)) + (13/16 - 27/(8*Pi^2))/n). - _Vaclav Kotesovec_, Nov 30 2015 %t A152827 Table[Product[PartitionsQ[k],{k,0,n}],{n,0,33}] %t A152827 FoldList[Times,1,PartitionsQ[Range[20]]] (* _Harvey P. Dale_, Sep 16 2011 *) %Y A152827 Cf. A000009, A000041, A058694. %K A152827 nonn %O A152827 0,4 %A A152827 _Vladimir Joseph Stephan Orlovsky_, Dec 13 2008 %E A152827 Offset corrected by _Vaclav Kotesovec_, Nov 29 2015