cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A102085 Remove the least number of commas from A093086 and concatenate digits so as to always have a(n) < a(n+1).

Original entry on oeis.org

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

Views

Author

Eric Angelini, Feb 13 2005

Keywords

Comments

The zeros at the first digits of a term are omitted. 35th term was such a number (01152299487468610171) so it is written without the zero in the first digit. - Hakan Icoz, Sep 03 2020

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).
		

Crossrefs

Cf. A093086.

Extensions

More terms from Hakan Icoz, Sep 03 2020