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 A030721 #16 Nov 15 2022 10:47:03 %S A030721 1,2,3,4,5,6,7,8,9,11,15,18,20,23,25,30,38,49,62,77,94,110,129,149, %T A030721 172,195,218,241,266,293,323,356,389,424,461,500,545,593,641,688,737, %U A030721 787,839,896,957,1021,1085,1152,1219,1291,1368,1447,1527,1611,1697,1788 %N A030721 Record values in A030717. %H A030721 Seiichi Manyama, <a href="/A030721/b030721.txt">Table of n, a(n) for n = 1..500</a> %t A030721 s = {1}; t = {{1}}; Do[AppendTo[t, BinCounts[#, {1, Max[#] + 1}] &[Flatten[t]]]; AppendTo[s, Max@ Flatten@ t], {58}]; s (* _Michael De Vlieger_, Nov 15 2022, after _Peter J. C. Moses_ at A030717 *) %Y A030721 Cf. A030717, A030722. %K A030721 nonn %O A030721 1,2 %A A030721 _Clark Kimberling_ %E A030721 More terms and simpler title from _Sean A. Irvine_, Apr 08 2020