;Task Produce an ASCII representation of a [[wp:Sierpinski triangle|Sierpinski triangle]] of order   '''N'''. ;Example The Sierpinski triangle of order   '''4'''   should look like this:
                       *
                      * *
                     *   *
                    * * * *
                   *       *
                  * *     * *
                 *   *   *   *
                * * * * * * * *
               *               *
              * *             * *
             *   *           *   *
            * * * *         * * * *
           *       *       *       *
          * *     * *     * *     * *
         *   *   *   *   *   *   *   *
        * * * * * * * * * * * * * * * *
;Related tasks * [[Sierpinski triangle/Graphical]] for graphics images of this pattern. * [[Sierpinski carpet]]