OFFSET
0,1
COMMENTS
The total number of ways the diamond can cover a single row of length(n) triangles is the Fibonacci series. This total can be subdivided into categories based on the number of covering diamonds. The number of categories increase with the length of the row providing the structure of the triangle (see illustrations in the link below).
A381555 provides additional graphics explaining the diamond coverings.
LINKS
Craig Knecht, Splitting the Fibonacci numbers.
Craig Knecht, Fibonacci Expansion.
EXAMPLE
Triangle begins:
3;
4, 4;
5, 12, 4;
6, 25, 20, 4;
7, 44, 61, 28, 4;
8, 70, 146, 113, 36, 4;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Craig Knecht, Feb 27 2025
STATUS
approved
