Man page - matho-pascal(1)
Packages contains this manual
apt-get install mathomatic-primes
Manual
MATHO-PASCAL
NAMESYNOPSIS
DESCRIPTION
AUTHOR
REPORTING BUGS
SEE ALSO
NAME
matho-pascal - display Pascalās triangle
SYNOPSIS
matho-pascal [number-of-lines]
DESCRIPTION
This command-line utility is optionally part of the mathomatic (1) package. It calculates up to 1000 lines of Pascalās triangle using floating point arithmetic, dumping the lines 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.
Each line of Pascalās triangle is the same as the binomial coefficients for a given power.
The sum of all numbers in each line of Pascalās triangle is a power of 2.
AUTHOR
George Gesslein II (gesslein@mathomatic.org) at "http://www.mathomatic.org".
REPORTING BUGS
If you find a bug, please report it to the author or at "https://launchpad.net/mathomatic".
SEE ALSO
mathomatic (1), matho-primes (1), matho-sumsq (1)