OFFSET
1,2
COMMENTS
I would like to get similar sequences where the least term in the representation is 2 [gives 2 8 11 15 21 27 30..., which is now A064105], 3, 4, 6, etc. They are the 2nd, 3rd, etc. columns of the 3rd-order Zeckendorf array. [See cross-references. - N. J. A. Sloane, Apr 29 2024]
These have now been entered in the OEIS as
column 1: A020942.
column 2: A064105.
column 3: A064106.
column 4: A372749.
column 5: A372750.
column 6: A372752.
column 7: A372756.
column 8: A372757.
LINKS
A.H.M. Smeets, Table of n, a(n) for n = 1..20000
Larry Ericksen and Peter G. Anderson, Patterns in differences between rows in k-Zeckendorf arrays, The Fibonacci Quarterly, Vol. 50, February 2012. - N. J. A. Sloane, Jun 10 2012
Clark Kimberling, The Zeckendorf array equals the Wythoff array, Fibonacci Quarterly 33 (1995) 3-8.
Jeffrey Shallit, The Narayana Morphism and Related Words, arXiv:2503.01026 [math.CO], 2025.
FORMULA
Any number n has unique representation as a sum of terms from {1, 2, 3, 4, 6, 9, 13, 19, ...} (cf. A000930) such that no two terms are adjacent or pen-adjacent; e.g., 7=6+1. Sequence gives all n where that representation involves 1.
Conjecture: a(n) = A202342(n) + n. - Sean A. Irvine, May 05 2019 [proved in corrected form in Shallit (2025); it should read a(n) = A202342(n) + n-1]
a(n) = A136496(n) - 1. - Jeffrey Shallit, Mar 08 2025
EXAMPLE
1=1; 5=4+1; 7=6+1; 10=9+1; etc.
CROSSREFS
KEYWORD
nonn,easy,nice,changed
AUTHOR
EXTENSIONS
More terms from Naohiro Nomoto, Sep 17 2001
STATUS
approved