OK, another math puzzle.
Given a positive real number `a`, the sequence `s` is given by
s[0] = 0
s[n + 1] = s[n]^2 + a
For which values of `a` does the sequence `s` converge?
(again, from the early pages of a book, this time _Problems in Real Analysis_ by Rădulescu, Rădulescu and Andreescu)
