A265125 Partial products of A265111.
1, 2, 6, 12, 60, 120, 360, 720, 5040, 10080, 30240, 60480, 302400, 907200, 1814400, 19958400, 39916800, 119750400, 239500800, 3113510400, 6227020800, 43589145600, 87178291200, 435891456000, 1307674368000, 2615348736000, 44460928512000, 88921857024000
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
Programs
-
Haskell
a265125 n = a265125_list !! (n-1) a265125_list = scanl1 (*) a265111_list
Comments