Fibonacci-like sequence of numbers with nondecreasing positive digits. Let a^+ denote the number that is obtained from a if its positive digits are written in nondecreasing order, while zeros remain in their places. Let a<+>b = (a + b)^+. a(0)=0, a(1)=1, for n>=2, a(n) = a(n-1) <+> a(n-2).

A237568

Fibonacci-like sequence of numbers with nondecreasing positive digits. Let a^+ denote the number that is obtained from a if its positive digits are written in nondecreasing order, while zeros remain in their places. 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) =13a(8) =12a(9) =25a(10) =37a(11) =26a(12) =36a(13) =26a(14) =26a(15) =25a(16) =15a(17) =40a(18) =55a(19) =59a(20) =114a(21) =137a(22) =125a(23) =226a(24) =135a(25) =136a(26) =127a(27) =236a(28) =336a(29) =257

External references