Increment numbers on circular array

 From:  wisty
11357.1 
I am trying to create a dial with the numbers 1-60 evenly spaced around the circumference. The dial and indices are simple using the circular array, and I can array a single number 60 times in the same way. What would be nice would be a way of he numbers and having a script to increment the values automatically, instead of having to rotate the dial for each position and insert a new number.
Has anyone done something like this, and cam point me at the sort of script that might do it?