OFFSET
0,3
COMMENTS
This sequence is a permutation of the natural numbers.
LINKS
FORMULA
EXAMPLE
The first terms, alongside their Zeckendorf representation in binary, are:
n a(n) bin(A003714(a(n)))
-- ---- ------------------
0 0 0
1 1 1
2 2 10
3 3 100
4 5 1000
5 4 101
6 7 1010
7 8 10000
8 6 1001
9 10 10010
10 13 100000
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 23 2020
STATUS
approved