Question: how to convert (a+b)^3 to [a+b, a+b, a+b]?

how to convert (a+b)^3 to a list [a+b, a+b, a+b]?

for example

(a+b)^2 to [a+b, a+b]

Please Wait...