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 A265125 #4 Dec 02 2015 16:23:36 %S A265125 1,2,6,12,60,120,360,720,5040,10080,30240,60480,302400,907200,1814400, %T A265125 19958400,39916800,119750400,239500800,3113510400,6227020800, %U A265125 43589145600,87178291200,435891456000,1307674368000,2615348736000,44460928512000,88921857024000 %N A265125 Partial products of A265111. %C A265125 a(n) >= A175943(n), a(n) > A175943(n) for n > 10. %H A265125 Reinhard Zumkeller, <a href="/A265125/b265125.txt">Table of n, a(n) for n = 1..1000</a> %o A265125 (Haskell) %o A265125 a265125 n = a265125_list !! (n-1) %o A265125 a265125_list = scanl1 (*) a265111_list %Y A265125 Cf. A265111, A175943. %K A265125 nonn %O A265125 1,2 %A A265125 _Reinhard Zumkeller_, Dec 02 2015