OFFSET
1,2
COMMENTS
Conjecture: this sequence is a permutation of the positive integers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program
EXAMPLE
The first terms, alongside the Zeckendorf expansion in binary of a(n), are:
n a(n) z(a(n))
-- ---- -------
1 1 1
2 4 101
3 3 100
4 11 10100
5 8 10000
6 9 10001
7 6 1001
8 5 1000
9 7 1010
10 2 10
11 10 10010
12 12 10101
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, May 01 2024
STATUS
approved