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.
%I A079385 #9 Mar 15 2020 22:20:16 %S A079385 5,53,71,379,541,1423,2377,3343,9829,13721 %N A079385 Records in A079384. %C A079385 RECORDS transform of A079384. %H A079385 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %t A079385 A079384 = Cases[Import["https://oeis.org/A079384/b079384.txt", "Table"], {_, _}][[All, 2]]; %t A079385 a = {}; l = 0; %t A079385 For[i = 1, i <= Length[A079384], i++, %t A079385 If[A079384[[i]] > l, l = A079384[[i]]; AppendTo[a, l]]]; %t A079385 a (* _Robert Price_, Mar 15 2020 *) %Y A079385 Cf. A079384, A079386, A079366, A079367, A079368. %K A079385 nonn,more %O A079385 1,1 %A A079385 _N. J. A. Sloane_, Feb 16 2003 %E A079385 a(4)-a(10) from _Robert Price_, Mar 15 2020