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

This page as a plain text file.
%I A102085 #16 May 17 2021 22:11:39
%S A102085 0,1,12,35,81,394,1213,5334,8867,12161,41383,377554,1111610,1412109,
%T A102085 5222771,15533191,47449148,261086410,1051111813,1051210871,8141051115,
%U A102085 62229944156,331815899551,562261184411,1813856119649,9613171814106,61184872912852,299411131172101
%N A102085 Remove the least number of commas from A093086 and concatenate digits so as to always have a(n) < a(n+1).
%C A102085 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
%H A102085 Hakan Icoz, <a href="/A102085/b102085.txt">Table of n, a(n) for n = 0..2000</a>
%e A102085 a(4) = 81, the next term must be bigger than the previous term with least commas removed.
%e A102085 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).
%Y A102085 Cf. A093086.
%K A102085 base,easy,nonn
%O A102085 0,3
%A A102085 _Eric Angelini_, Feb 13 2005
%E A102085 More terms from _Hakan Icoz_, Sep 03 2020