Spirals can be created using a cylindrical coordinate system using the following format:
r = 5 + 2*t (5 is the base radius, 2 is the pitch times the # of turns)
theta = t * 3 * 360 (The number 3 represents the total number of full revolutions made by the spiral)
z = 0 (This just makes the spiral flat)