I need generate the next list with the function table:
{1,-1,1,-1,1,-1,1,-1,1,-1}, {-1,1,-1,1,-1,1,-1,1,-1}, {1.-1,-1,1,-1,1,-1}, {-1,1,-1,1,-1,1,-1}, {1,-1,1,-1,1,-1},
{-1,1,-1,1,-1}, {1,-1,1,-1}, {-1,1,-1}, {1,-1}, {-1}
I think use Table with j and i but use a potency par and odd with the number 1 for example:
Table[j^2, {j, -1, 1}, {j, 1}]
but with the previous function generate only {1},{1},{1}
please help me thank you