A102085 Remove the least number of commas from A093086 and concatenate digits so as to always have a(n) < a(n+1).
0, 1, 12, 35, 81, 394, 1213, 5334, 8867, 12161, 41383, 377554, 1111610, 1412109, 5222771, 15533191, 47449148, 261086410, 1051111813, 1051210871, 8141051115, 62229944156, 331815899551, 562261184411, 1813856119649, 9613171814106, 61184872912852, 299411131172101
Offset: 0
Examples
a(4) = 81, the next term must be bigger than the previous term with least commas removed. 81 < 3 is not true; 81 < 39 is not true; 81 < 394 = a(5) is the next term since it satisfies a(n) < a(n+1).
Links
- Hakan Icoz, Table of n, a(n) for n = 0..2000
Crossrefs
Cf. A093086.
Extensions
More terms from Hakan Icoz, Sep 03 2020
Comments