ComposeList
ComposeList[, , ... , x] generates a list of the form x, [x], [[x]], ... .
Example: ComposeList[a, b, c, x]. See The Mathematica Book on the web: Section 2.2.6. See also: NestList, FoldList, NestWhileList.
Further Examples