Zeckendorf expansion of n: repeatedly subtract the largest Fibonacci number you can until nothing remains. Little-endian concatenation of decimals.

A035515

Zeckendorf expansion of n: repeatedly subtract the largest Fibonacci number you can until nothing remains. Little-endian concatenation of decimals.

Terms

    a(0) =0a(1) =1a(2) =2a(3) =3a(4) =13a(5) =5a(6) =15a(7) =25a(8) =8a(9) =18a(10) =28a(11) =38a(12) =138a(13) =13a(14) =113a(15) =213a(16) =313a(17) =1313a(18) =513a(19) =1513a(20) =2513a(21) =21a(22) =121a(23) =221a(24) =321a(25) =1321a(26) =521a(27) =1521a(28) =2521a(29) =821

External references