| Pascal This
program colors numbers in Pascal's
Triangle that are divisible by a given number. You
can have it take the remainder when divided by certain number
(modulus) before assessing divisibility. [Fullscreen/Download]
Try divisible by 2
(without a modulus), and compare the pattern to Sierpinski's
sieve.
|