>>>>> "Jaroslaw" == aw Piskorski <Jaros> writes: Jaroslaw> but if the same function is used on the following limit, an incorrect answer Jaroslaw> is returned Jaroslaw> tlimit(7^(n^2)/8^n,n,inf) Jaroslaw> minf I think this is a bug in taylor: taylor(7^(n*n)/8^n, n, inf, 1) => - LOG(8) n + 1 + . . . Ray