List of Numbers Squared: n2

=== by Bob Sutherland ===

Here is a list of the calculated square for each of the numbers from 0 to 4000.

Math class uses the symbol x for multiplication. Computer class uses the symbol * for multiplication.
The letter n is a variable representing any whole number (i.e. counting numbers) from 0 to 4000.

n2 = n x n = n * n

Warning: Do not print this list as it may be over 100 pages long! Go to End


Numbers Squared