A181630 Duplicate of A112310.
1, 1, 2, 2, 2, 3, 2, 3, 3, 3, 4, 3, 3, 4, 3, 4, 4, 4, 5
Offset: 2
Keywords
Examples
First few terms of the triangle: 1; 1, 2; 2, 2, 3; 2, 3, 3, 3, 4; 3, 3, 4, 3, 4, 4, 4, 5; ... Example: 10 in Fibonacci Maximal = 1110, having three 1's, so a(10) = 3.
Formula
Count numbers of 1's in Fibonacci Maximal notation for n.
Comments