Generate a sequence of numbers in bash

Between 02 and 22 (this can be easily passed to for loop):

seq -f %02g 2 22
seq -w 02 22