Fibonacci-like numbers with nonincreasing positive digits. Let a** denote the number that is obtained from a if its digits are written in nonincreasing order. Let a<+>b = (a + b)**. a(0)=0, a(1)=1, for n>=2, a(n) = a(n-1) <+> a(n-2).
A237575
Fibonacci-like numbers with nonincreasing positive digits. Let a** denote the number that is obtained from a if its digits are written in nonincreasing order. Let a<+>b = (a + b)**. a(0)=0, a(1)=1, for n>=2, a(n) = a(n-1) <+> a(n-2).
Terms
- a(0) =0a(1) =1a(2) =1a(3) =2a(4) =3a(5) =5a(6) =8a(7) =31a(8) =93a(9) =421a(10) =541a(11) =962a(12) =5310a(13) =7622a(14) =93221a(15) =843100a(16) =963321a(17) =8642110a(18) =9654310a(19) =98642210a(20) =986522100a(21) =8654311100a(22) =9864332000a(23) =88654311100a(24) =98865431100a(25) =987754221100
External references
- oeis: A237575