Question: how to get a polynomail from listtoseries when expect valuation 1

How to get the polynomial successfully why return error expect a series valuation 1, what do it mean?

l := [12,14,27,35,46,49];
sl := listtoseries(l,x,revogf);
convert(sl,ratpoly);

 

Please Wait...