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.

A030768 The second list after the following procedure: starting with a list [2] 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.

This page as a plain text file.
%I A030768 #7 Oct 09 2022 15:44:47
%S A030768 2,2,1,2,1,4,3,2,1,5,4,3,2,1,7,6,5,4,3,2,1,9,8,7,6,5,4,3,2,1,12,10,9,
%T A030768 8,7,6,5,4,3,2,1,15,13,12,10,9,8,7,6,5,4,3,2,1,18,16,15,13,12,10,9,8,
%U A030768 7,6,5,4,3,2,1,21,19,18,16,15,13,12,11,10,9,8
%N A030768 The second list after the following procedure: starting with a list [2] 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 A030768 The 1st list is A030767.
%K A030768 nonn
%O A030768 1,1
%A A030768 _Clark Kimberling_
%E A030768 Name revised in line with A030778 by _Peter Munn_, Oct 09 2022