Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as JavaScript by bnvbn ( 14 years ago )
var a = new Array(n);
a[0] = 2;
ii = 1;
for(i = 3; ii < n; i+=2) {
tof = Math.sqrt(i);
test = true;
for(j = 0; a[j] <= tof; j++)
if (i % a[j] == 0)
test = false;
if (test) {
a[ii] = i;
ii++;
}
}
alert(a[a.length - 1]);
Revise this Paste
Parent: 22263