A199474 Leftmost column in the monotonic justified array of all positive generalized Fibonacci sequences (A160271).
1, 2, 3, 2, 4, 3, 5, 4, 3, 6, 5, 4, 7, 6, 5, 4, 8, 7, 6, 5, 9, 8, 7, 6, 5, 10, 9, 8, 7, 6, 11, 10, 9, 8, 7, 6, 12, 11, 10, 9, 8, 7, 13, 12, 11, 10, 9, 8, 7, 14, 13, 12, 11, 10, 9, 8, 15, 14, 13, 12, 11, 10, 9, 8, 16, 15, 14, 13, 12, 11, 10, 9, 17, 16, 15, 14
Offset: 1
Keywords
Links
- Clark Kimberling, Orderings of the set of all positive Fibonacci sequences, in G. E. Bergum et al., editors, Applications of Fibonacci Numbers, Vol. 5 (1993), pp. 405-416.
Formula
a(n) = (s(n)^2 - n) * [s(n)^2 - s(n) >= n] + (s(n)^2 - n + s(n)) * [s(n)^2 - s(n) < n] where s(n) = ceiling(sqrt(n)). - Iliya Trub, Mar 17 2019
a(n) = A339399(2n). - Wesley Ivan Hurt, Jan 09 2022
a(n) = floor(ceiling(sqrt(4n))^2/4)+floor(sqrt(4n-2))-floor(sqrt(n)+1/2)-n+1. - Wesley Ivan Hurt, Jan 09 2022
Comments