Question: How do I write this sum of geometric series?

This is my approach:

sum(1/(4*n+1/3*k),k=1..infinity)

but I end up getting infinity for my answer which is obviously wrong.

 

ans: 1/4*ln(13)

 

thanks

Please Wait...