A base 3/2 reverse sorted Fibonacci sequence that starts with terms 2211 and 2211. 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 decreasing order, omitting all zeros.

A305880

A base 3/2 reverse sorted Fibonacci sequence that starts with terms 2211 and 2211. 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 decreasing order, omitting all zeros.

Terms

    a(0) =2211a(1) =2211a(2) =22211a(3) =22211a(4) =222211a(5) =222211a(6) =2222211a(7) =2222211a(8) =22222211a(9) =22222211a(10) =222222211a(11) =222222211a(12) =2222222211a(13) =2222222211a(14) =22222222211a(15) =22222222211a(16) =222222222211a(17) =222222222211

External references