javascriptなんですができません。どうすれば良いのでしょうか?
<script>
var b=1;
var c=2;
for(var a=0;a<c;a++;){
document.write(1+(b - 1)*3);
b++;
}
</script>