Question: How to find the sum of the series with Maple?

How to find the sum of the series

sum((x^(3^n)+(x^(3^n))^2)/(1-x^(3^(n+1))),n=0..infinity)

under the assumptions x::real, x<>1, in a closed form with Maple?

Please Wait...