User Portlet User Portlet

Discussions
Hello, I am trying to get {Subscript[a, 0], Subscript[a, 1], Subscript[a, x], Subscript[a, x+1]} using the table as follows, Table[Subscript[a, p], {p, {0, 1, x, x + 1}} ] But it does not return the last value of p. This is the output:...
Hello Guys, I am trying to make a table/list of the following form: ![enter image description here][1] However, m can range from 0 to a large number lets say 10. How can i write the range of b_m without writing it a 10 times? Like, ![enter...
Hello, I am trying to write nested sums of the following form: ![enter image description here][1] But i need the index j to run from 0 with an increment as follows: ![enter image description here][2] any suggestions? Thanks [1]:...