OFFSET
0,3
COMMENTS
LINKS
EXAMPLE
The first terms, alongside the corresponding negaFibonacci representations, are:
n a(n) nega(-n) nega(-a(n))
-- ---- -------- -----------
0 0 0 0
1 1 10 10
2 2 1001 1001
3 3 1000 1000
4 4 1010 1010
5 10 100101 101001
6 6 100100 100100
7 7 100001 100001
8 8 100000 100000
9 9 100010 100010
10 5 101001 100101
11 11 101000 101000
12 12 101010 101010
13 31 10010101 10101001
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Aug 04 2022
STATUS
approved