man matho-pascal (Commandes) - display Pascal's Triangle

NAME

matho-pascal - display Pascal's Triangle

SYNOPSIS

matho-pascal [number-of-lines]

DESCRIPTION

This program calculates up to 100 lines of Pascal's Triangle and dumps it to standard output. The default is to center one screen full.

Every number inside Pascal's Triangle is the sum of the two numbers immediately above it. Pascal's Triangle is the same as binomial coefficients.

SEE ALSO

AUTHOR

George Gesslein II <gesslein@panix.com>