Tartaglia's triangle and powers of two
Simple application to generate the Tartaglia's triangle by means the "Binomial Coefficient VI", and calculate the powers of two as the sum of the elements of each row.
Generated values are converted in string and stored in a table. A numeric control is used to set the maximum number of rows.

Additional-Separate-2