User Portlet User Portlet

Discussions
a = 2; n = 1; j = 10; tabj = Table[0, {i, j}]; Do[tabj[[i]] = n; n1 = a n; n = n1, {i, j}]; a2plot = ListPlot[tabj, Joined -> True][/i][i] I was instructed to use this as a model to form my own program like this and just wanted to...