DocumentationMathematicaBuilt-in FunctionsProgrammingFunctional Programming
ComposeList
ComposeList[, , ... , x] generates a list of the form x, [x], [[x]], ... .
Example: ComposeList[a, b, c, x] . See Section 2.2.6. See also: NestList, FoldList, NestWhileList. New in Version 2.
Further Examples