iota

[procedure] iota cont [start stop]

SRFI-1: Returns a list containing the elements

  (start start+step ... start+(count-1)*step)

Also in SISC, but it doesn't take optional args.