Concatenation Coincidence
A non-decreasing sequence of integers can be generated from any positive real value by the following procedure:
Where is the floor function.
For example, generates the Fibonacci sequence:
The concatenation of a sequence of positive integers is a real value denoted constructed by concatenating the elements of the sequence after the decimal point, starting at :
For example, the Fibonacci sequence constructed from yields the concatenation Clearly, for this value of .
Find the only value of for which the generated sequence starts at and the concatenation of the generated sequence equals the original value: . Give your answer rounded to places after the decimal point.
拼接巧合
给定任意正实数,根据以下过程可以生成一个不下降的整数序列:
其中表示下取整函数。
例如,能够生成斐波那契数列:
数列的拼接是指将作为整数部分、将序列的其它元素拼接作为小数部分所生成的实数,记为。
例如,由构造的斐波那契数列,其拼接即为。显然,对于的这一取值,有。
对于所有生成序列中的,求出唯一使得生成序列的拼接恰好等于原实数,也即使得的的取值,并将你的答案保留小数点后位。
Gitalking ...