Input area
Line 1: recurrence coefficients
a1 a2 ... ak. Line 2: initial values u0 u1 ... uk-1,
where un+k = a1un+k-1 + ... + akun.
One line: a sum of
c*n^d*(a+bi)^n terms with integer a,b,c,d (Gaussian-integer roots), non-real roots paired with their conjugate. ^ for powers, i for the imaginary unit.
Choose Algorithm
Either exhibits a zero of un in [0,b], or proves
none exists in that range, or - if precision alone cannot settle a
particular candidate - reports that candidate rather than guessing.
Precision is chosen automatically from b, so b can be given in
scientific notation for very large ranges.