This is a DrRacket problem formerly PLT Scheme Exercise Writ
This is a DrRacket problem (formerly PLT Scheme)
Exercise: Write a function that takes as input a natural number, n, for
the size of a vector and that returns a vector of size n initialized
with the first n odd numbers.
Solution
vector