Skip to content
Prev 179073 / 398503 Next

Double summation limits

Can anyone please explain me why it is not coming? I have done following :
[1] 3
[1] 10
[1] 35
Warning message:
In 0:j : numerical expression has 4 elements: only the first used
[1] 4

Here if value of "j" is given independently it is ok. However as soon as "j"
is used in loop it fails? Why it is happening? Is there any mathematics
behind that?
Orestis Chrysafis wrote: