cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A268317 Irregular triangle read by rows: T(n,k) gives the columns sum in the table Fib(n+1) X Fib(n), where k = 1..Fib(n), and 1's are assigned to cells on the longest diagonal path.

Original entry on oeis.org

0, 1, 2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3
Offset: 0

Views

Author

Kival Ngaokrajang, Feb 01 2016

Keywords

Comments

Inspired by sun flower spirals which come in Fib(i) and Fib(i+1) numbers in opposite directions. The present case of the Fib(n+1) X Fib(n) table has the following properties:
(i) Columns sum create the present irregular triangle.
(ii) Rows sum create the irregular triangle A268318.
(iii) The row sum of each of these irregular triangles is conjectured to be A000071.
(iv) The first differences of the sequence of half of the voids (0's) are conjectured to give A191797.
See illustrations in the links.

Examples

			Irregular triangle begins:
1
2
2  2
2  3  2
2  3  2  3  2
2  3  2  3  3  2  3  2
2  3  2  3  3  2  3  2  3  3  2  3  2
...
		

Crossrefs

Showing 1-1 of 1 results.