Minimal representation (considered minimal in any canonical base b >= 3) of n in a binary system using two distinct digits "1" and "2", not allowing zeros, where a digit d in position p (p = 1,2,3,...,n) represents the value d^p.

A235860

Minimal representation (considered minimal in any canonical base b >= 3) of n in a binary system using two distinct digits "1" and "2", not allowing zeros, where a digit d in position p (p = 1,2,3,...,n) represents the value d^p.

Terms

    a(0) =1a(1) =2a(2) =12a(3) =112a(4) =21a(5) =22a(6) =122a(7) =1122a(8) =11122a(9) =211a(10) =212a(11) =1212a(12) =221a(13) =222a(14) =1222a(15) =11222a(16) =111222a(17) =1111222a(18) =2111a(19) =2112a(20) =12112a(21) =2121a(22) =2122a(23) =12122a(24) =112122a(25) =2211a(26) =2212a(27) =12212a(28) =2221a(29) =2222

External references