Something like this might be useful.
(%i) table_form(makelist([i,i*10],i,1,5)); The output will be: 1 10 2 20 3 30 4 40 5 50 Hope it helps!