A261076 The infinite trunk of Zeckendorf (Fibonacci) beanstalk, with reversed subsections.
0, 1, 2, 4, 7, 5, 12, 9, 20, 17, 14, 33, 29, 27, 24, 22, 54, 50, 47, 45, 42, 40, 37, 35, 88, 83, 79, 76, 74, 70, 67, 63, 61, 58, 56, 143, 138, 134, 130, 126, 123, 121, 117, 113, 110, 108, 104, 101, 97, 95, 92, 90, 232, 226, 221, 217, 213, 209, 205, 201, 198, 193, 189, 185, 181, 178, 176, 172, 168, 165, 163, 159, 156, 152, 150, 147, 145
Offset: 0
Examples
As an irregular table, the sequence looks like: 0; 1; 2; 4; 7, 5; 12, 9; 20, 17, 14; 33, 29, 27, 24, 22; 54, 50, 47, 45, 42, 40, 37, 35; ... After zero, each row n is A261091(n) elements long.
Links
- Antti Karttunen, Table of n, a(n) for n = 0..11817; rows 0 .. 23 of the irregular table.
- Indranil Ghosh, Python program to generate the sequence
Comments