This question probably already has an answer but usually involves stuff that's way over the top of my head so I'm hoping for a simple explanation.
In Adams, R. A., & Essex, C. (7th edition) Calculus: A Complete Course (p. 67, ex. 6):
$$\lim_{x \to 0-} \operatorname{sgn}(x) = -1 \hskip 3em \text{and} \hskip 3em \lim_{x \to 0+} \operatorname{sgn}(x) = 1$$ Since these left and right limits are not equal, $\lim_{x \to 0}\operatorname{sgn}(x)$ does not exist.
Applying this same rule to the Heaviside step function, $$ H[n] = \begin{cases} 0 & \text{if $n<0$, and} \\ 1 & \text{if $n\ge 0$}, \end{cases} $$ the $\lim_{x \to 0} H(x)$ should also not exist. However I've seen Grandi's series as: $$\sum_{n=0}^{\infty}(-1)^n = 1/2$$
From my point of view these two problems feel almost the same, except the unit step function is being evaluated at 0 while Grandi's series is at infinity. Are they even comparable? And if so, does Grandi's series merely overstep this rule because it doesn't make sense to approach positive infinity from the right?