login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A265125
Partial products of A265111.
3
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,2
COMMENTS
a(n) >= A175943(n), a(n) > A175943(n) for n > 10.
LINKS
PROG
(Haskell)
a265125 n = a265125_list !! (n-1)
a265125_list = scanl1 (*) a265111_list
CROSSREFS
Sequence in context: A126915 A328450 A322381 * A328549 A002201 A263572
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 02 2015
STATUS
approved