In tribute to Martin Gardner, this month's problem is a variant of one from his book "Wheels, Life, and Other Mathematical Amusements".
Using only π's, the four arithmetic operations, +, −, ×, /, the floor function (perhaps repeatedly), and parentheses, write the integers from 1 to 20 inclusive using as few π's as possible. [Recall that floor(x) is the greatest integer less than or equal to x. For example floor(3) = 3 and floor(2.3) = 2.]
For instance
2 = floor((floor(π) × π × π − π) / (floor(π) × floor(π) + π))
although this is definitely not optimal.