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.

A194849 Write n = C(i,3)+C(j,2)+C(k,1) with i>j>k>=0; let L[n] = [i,j,k]; sequence gives list of triples L[n], n >= 0.

This page as a plain text file.
%I A194849 #8 Mar 30 2012 16:52:03
%S A194849 2,1,0,3,1,0,3,2,0,3,2,1,4,1,0,4,2,0,4,2,1,4,3,0,4,3,1,4,3,2,5,1,0,5,
%T A194849 2,0,5,2,1,5,3,0,5,3,1,5,3,2,5,4,0,5,4,1,5,4,2,5,4,3,6,1,0,6,2,0,6,2,
%U A194849 1,6,3,0,6,3,1,6,3,2,6,4,0,6,4,1,6,4,2,6,4,3,6,5,0,6,5,1,6,5,2,6,5,3,6,5,4,7,1,0,7,2,0,7,2,1,7,3,0,7,3,1,7,3,2,7,4
%N A194849 Write n = C(i,3)+C(j,2)+C(k,1) with i>j>k>=0; let L[n] = [i,j,k]; sequence gives list of triples L[n], n >= 0.
%D A194849 D. E. Knuth, The Art of Computer Programming, vol. 4A, Combinatorial Algorithms, Section 7.2.1.3, Eq. (20), p. 360.
%e A194849 List of triples begins:
%e A194849 [2, 1, 0]
%e A194849 [3, 1, 0]
%e A194849 [3, 2, 0]
%e A194849 [3, 2, 1]
%e A194849 [4, 1, 0]
%e A194849 [4, 2, 0]
%e A194849 [4, 2, 1]
%e A194849 [4, 3, 0]
%e A194849 [4, 3, 1]
%e A194849 [4, 3, 2]
%e A194849 ...
%Y A194849 The three columns are [A194847, A194848, A056558], or equivalently [A056556+2, A056557+1, A056558]. See A194847 for further information.
%K A194849 nonn,tabf
%O A194849 0,1
%A A194849 _N. J. A. Sloane_, Sep 03 2011