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.

A124735 Table with all sequences of nonnegative integers sorted first by total plus length, then by length and finally lexicographically.

This page as a plain text file.
%I A124735 #7 May 20 2020 10:39:09
%S A124735 0,1,0,0,2,0,1,1,0,0,0,0,3,0,2,1,1,2,0,0,0,1,0,1,0,1,0,0,0,0,0,0,4,0,
%T A124735 3,1,2,2,1,3,0,0,0,2,0,1,1,0,2,0,1,0,1,1,1,0,2,0,0,0,0,0,1,0,0,1,0,0,
%U A124735 1,0,0,1,0,0,0,0,0,0,0,0,5,0,4,1,3,2,2,3,1,4,0,0,0,3,0,1,2,0,2,1,0,3,0,1,0
%N A124735 Table with all sequences of nonnegative integers sorted first by total plus length, then by length and finally lexicographically.
%C A124735 This can be regarded as a table in two ways: with each weak composition as a row, or with the weak compositions of each integer as a row. The first way has A124736 as row lengths and A124748 as row sums; the second has A001792 as row lengths and A001787 as row sums.
%C A124735 This sequence includes every finite sequence of nonnegative integers.
%F A124735 a(n) = A124734(n) - 1.
%e A124735 The table starts:
%e A124735 0
%e A124735 1; 0 0
%e A124735 2; 0 1; 1 0; 0 0 0
%Y A124735 Cf. A108730, A124736, A124748, A001792, A001787, A124734, A066099.
%K A124735 easy,nonn,tabf
%O A124735 1,5
%A A124735 _Franklin T. Adams-Watters_, Nov 06 2006