Is that will work as analytic continuation for mandelbrot function, if not why?
Mandelbrot function can be defined with Catalan numbers as $\sum_{n=1}^{\infty}\frac {(2n-2)!}{(n-1)!(n)!}x^n$
From (Infinite series as integral representation) we know that $\sum_{k=x}^{\infty} f(k)=-2\pi \int_{-\infty}^{\infty}\frac {F (x-1/2+it)}{(e^{\pi t}+e^{-\pi t})^2}dt$, which works for divergent series (and this is antiderivative without +C). So it should technically work.
I'm not saying that this is possible to give exact value of this integral, but at least we could count it by numerical methods
PS: If that will work, pls post image of this function in complex plane