x= c(0,1,2)
1:5
seq(1,5,2)
rep (x,times=3)
rep(x,each=3)
rep(x,times=c(3,4,5,))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: