Closed
Description
The parsing of Maxima's output is not good enough to handle this:
var('n')
sum(((2*I)^n/(n^3+1)*(1/4)^n), n, 0, infinity)
gives an exception
TypeError: unable to make sense of Maxima expression 'f[4,3]([1,1,-(sqrt(3)*I+1)/2,(sqrt(3)*I-1)/2],[2,-(sqrt(3)*I-1)/2,(sqrt(3)*I+1)/2],I/2)' in Sage
which is - i think - a f_43 hypergeometric function.
CC: @eviatarbach
Component: symbolics
Keywords: hypergeometric
Reviewer: Karl-Dieter Crisman, Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/9908