Question: seq output to table

I used seq command to get a list of numbers......seq(2*x+8,x=1..10)...for example.

How can I take the output and convert it to a table? Thanks in advance.

Please Wait...