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 A079383 #9 Mar 15 2020 22:20:10 %S A079383 1,2,3,4,5,8,23,107,658,1675 %N A079383 Where records occur in A079381. %C A079383 RECORDS transform of A079381. %H A079383 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %t A079383 A079381 = Cases[Import["https://oeis.org/A079381/b079381.txt", "Table"], {_, _}][[All, 2]]; %t A079383 a = {}; l = 0; %t A079383 For[i = 1, i <= Length[A079381], i++, %t A079383 If[A079381[[i]] > l, l = A079381[[i]]; AppendTo[a, i]]]; %t A079383 a (* _Robert Price_, Mar 15 2020 *) %Y A079383 Cf. A079381, A079382, A079366, A079367, A079368. %K A079383 nonn,more %O A079383 1,2 %A A079383 _N. J. A. Sloane_, Feb 16 2003 %E A079383 a(8)-a(10) from _Robert Price_, Mar 15 2020