i = 999999999LL while 999900000LL <= i do z = tostring(i * (i + 1LL) - 1LL):gsub("LL", "") print(z) i = i - 1LL end