For a certain programming assignment, I have to calculate the b coefficients for the Adams Bashforth method, and to evaluate these involves this expression. I understand that the pi notation refers to the product of the terms specified by the indices. In my assignment I am given that $$s=7$$
My confusion is on the bottom indices, where it says that $$i = 0 , i≠j$$ while j is defined by the "for" statement on the right hand side of the image. My logic begins starting with evaluating the first j value, which is 0, but this goes against the above condition that i and j do not equal. In general, how am I to evaluate this for each value of j while satisfying the condition?
