On Sunday, May 1, 2016 at 1:14:47 AM UTC+2, Marc Tardif wrote:
>
> The expression does not evaluate numerically in Maxima either: 
>
>     (%i11) sum((3^(x-1)-1)/6^(x-1),x,1,inf), simpsum; 


If you're only interested in the numbers you can also use Pari:
sage: pari("suminf(x=1,(3^(x-1)-1)/6^(x-1))") 
0.800000000000000


 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to