A cumulative product is a sequence of partial products of a given sequence. For example, the cumulative products of the sequence , are
,
,
, .... Cumulative products can be implemented in the Wolfram
Language as
Rest[FoldList[Times, 1, list]]