times
local startnumber=1
local timesby=2
local times=1000
local t=0;for f=0,times-1 do;t=t+1;print("("..t..") "..startnumber)startnumber=startnumber*timesby;end;INFO
local startnumber=1
local timesby=2
local times=1000
local t=0;for f=0,times-1 do;t=t+1;print("("..t..") "..startnumber)startnumber=startnumber*timesby;end;