Load this into the upper window of DrScheme. Click on the "Run" ("Execute" in Windows) button, upper right. In the lower window (or add these as commands in your program) (pyramid 5 10) (clear) (move -198) (pyramid 20 10)
Version 1: top - 1 brick, 2nd row - 3 bricks, 3rd row - 5 bricks, nth row - 2*n - 1 bricks Version 2: top - 1 brick, 2nd row - 2 bricks (centered), 3rd row - 3 bricks centered, nth row - n bricks centered