How can you create a vector as a sequence of numbers and specify starting point, end point and steps in between?
v19 <- seq(from=5, to=300, by= 4)