Question: maple bug with sum

Hello,

I am trying to evaluate this expression numerically or symbolically without success.

> sum(1/(4.0*n^2-4*n+4*100000000^2+1)/10^n,n=1..infinity);

Maple is having hard time to convert it to LerchPhi and even more to evalf(%);

PS : mathematica is doing it at any precision very fast or can translate this into hypegoemetric.

PS2 : I use maple 2020 on windows 10 64 bits.

Please Wait...