Concatenation Coincidence (noch nicht übersetzt)
A non-decreasing sequence of integers an can be generated from any positive real value θ by the following procedure: b1=θbn=⌊bn−1⌋(bn−1−⌊bn−1⌋+1) ∀ n≥2an=⌊bn⌋ Where ⌊.⌋ is the floor function.
For example, θ=2.956938891377988... generates the Fibonacci sequence: 2,3,5,8,13,21,34,55,89,...
The concatenation of a sequence of positive integers an is a real value denoted τ constructed by concatenating the elements of the sequence after the decimal point, starting at a1: a1.a2a3a4...
For example, the Fibonacci sequence constructed from θ=2.956938891377988... yields the concatenation τ=2.3581321345589... Clearly, τ≠θ for this value of θ.
Find the only value of θ for which the generated sequence starts at a1=2 and the concatenation of the generated sequence equals the original value: τ=θ. Give your answer rounded to 24 places after the decimal point.