Pascal's Modified Triangle
Jump to navigation
Jump to search
Take any two numbers: p and q, and output this sequence:
p + q 2p + 2q 3p + 3q p + (p + 2p + 3q) + (3p + 2q + q) + q ect
Take any two numbers: p and q, and output this sequence:
p + q 2p + 2q 3p + 3q p + (p + 2p + 3q) + (3p + 2q + q) + q ect