A base-3/2 sorted Fibonacci sequence that starts with a(0) = 0 and a(1) = 1. The terms are interpreted as numbers written in base 3/2. To get a(n+2), add a(n) and a(n+1), write the result in base 3/2 and sort the "digits" into increasing order, omitting all zeros.

A305753

A base-3/2 sorted Fibonacci sequence that starts with a(0) = 0 and a(1) = 1. The terms are interpreted as numbers written in base 3/2. To get a(n+2), add a(n) and a(n+1), write the result in base 3/2 and sort the "digits" into increasing order, omitting all zeros.

Terms

    a(0) =0a(1) =1a(2) =1a(3) =2a(4) =2a(5) =12a(6) =12a(7) =112a(8) =112a(9) =1112a(10) =1112a(11) =11112a(12) =11112a(13) =111112a(14) =111112a(15) =1111112a(16) =1111112a(17) =11111112a(18) =11111112a(19) =111111112a(20) =111111112a(21) =1111111112a(22) =1111111112a(23) =11111111112a(24) =11111111112a(25) =111111111112a(26) =111111111112

External references