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 A030788 #7 Oct 09 2022 15:44:39 %S A030788 4,4,1,4,2,1,4,3,2,1,5,4,3,2,1,6,5,4,3,2,1,8,7,6,5,4,3,2,1,9,8,7,6,5, %T A030788 4,3,2,1,12,10,9,8,7,6,5,4,3,2,1,14,12,10,9,8,7,6,5,4,3,2,1,17,14,13, %U A030788 12,11,10,9,8,7,6,5,4,3,2,1,19,17,15,14,13,12 %N A030788 The second list after the following procedure: starting with a list [4] and an empty list, repeatedly add the distinct values already in both lists in descending order to the second list and add the corresponding frequencies of those values to the first list. %Y A030788 The 1st list is A030787. %K A030788 nonn %O A030788 1,1 %A A030788 _Clark Kimberling_ %E A030788 Name revised in line with A030778 by _Peter Munn_, Oct 09 2022