reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
========================================================
========= PROPOSED ALTERNATIVE TRIANGLE FORMAT =========
========================================================
...
Formatted as a symmetric triangle:
proposed
editing
editing
proposed
========================================================
========= PROPOSED ALTERNATIVE TRIANGLE FORMAT =========
========================================================
1;
1, 1;
2, 2, 2;
3, 4, 4, 3;
5, 7, 8, 7, 5;
8, 12, 15, 15, 12, 8;
13, 20, 27, 30, 27, 20, 13;
21, 33, 47, 57, 57, 47, 33, 21;
34, 54, 80, 104, 114, 104, 80, 54, 34;
Triangle formed by Pascal's rule, except begin and end that the n-th row begins and ends with the n-th Fibonacci number.
The first and second Fibonacci numbers are 1, 1, so the first and second rows of the triangle are 1; 1 1; respectively. The third row of the triangle begins and ends with the third Fibonacci number, 2 and the middle term is the sum of the contiguous two terms in the second row, i.e. , 1 + 1 = 2; , so the third row is 2 2 2.
proposed
editing
editing
proposed
proposed
approved