>>913
訂正です

for i=1 to 352

if (i*352+1) mod 109 = 0 then
 print (i*352+1)/109
endif

next