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

A035514

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

Terms

    a(0) =0a(1) =1a(2) =2a(3) =3a(4) =31a(5) =5a(6) =51a(7) =52a(8) =8a(9) =81a(10) =82a(11) =83a(12) =831a(13) =13a(14) =131a(15) =132a(16) =133a(17) =1331a(18) =135a(19) =1351a(20) =1352a(21) =21a(22) =211a(23) =212a(24) =213a(25) =2131a(26) =215a(27) =2151a(28) =2152a(29) =218

External references