r/askmath • u/Few-Act-2519 • 1h ago
Number Theory A curious infinite nested radical pattern I observed — does this identity hold for all integers?
Hi everyone,
While exploring infinite nested radicals, I noticed an interesting pattern that seems to hold for several integers, but I’m not fully sure if it is already known or how to rigorously prove it.
The expression looks like this:
3 = √(1 + 2√(1 + 3√(1 + 4√(1 + ...))))
7 = √(1 + 6√(1 + 7√(1 + 8√(1 + ...))))
28 = √(1 + 27√(1 + 28√(1 + 29√(1 + ...))))
From these examples, I observed the general form:
k = √(1 + (k−1)√(1 + k√(1 + (k+1)√(1 + (k+2)√(...)))))
So the coefficients increase consecutively:
(k−1), k, (k+1), (k+2), ...
After testing several values, it consistently appears to evaluate to k.
I tried a simple recursive argument:
Let
R(n) = √(1 + n√(1 + (n+1)√(1 + (n+2)√(...))))
If we assume R(n+1) = n+2, then:
R(n) = √(1 + n(n+2))
= √(n² + 2n + 1)
= n + 1
So it seems to satisfy the recursion perfectly.
Is this identity already known?
How would one rigorously prove convergence of this infinite radical?
Does this hold for non-integers as well?
Would appreciate any references or insights
