Use a computer to print out a very large copy of Pascal's triangle, but with a twist. Instead of printing the number, print a dot if the number is odd and leave the location blank if the number is even. Produce at least 64 rows.
Note: The computer doesn't actually need to compute the entries in Pascal's triangle; it needs only to calculate their parity. You do not need to submit the computer program you use for printing out the triangle.