according to https://masterminds.github.io/sprig/integer_slice.html, I expected seq function to return a integer slice that can be iterated over by range, like until and untilStep functions. after some debugging I found that it returns a string instead.