Here's a way to get a multiplication table. Just start with 2 rows and columns

X|01
-----
0|00
1|01

and extend it by noting that every row and column is an arithmetic progression.
http://en.wikipedia.org/wiki/Arithmetic_progression
That gives you the whole thing.