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.

A240763 Preferential arrangements of 1, 2, 3, ... things in one-line notation, arranged lexicographically.

This page as a plain text file.
%I A240763 #23 Apr 13 2014 12:35:56
%S A240763 1,11,12,21,111,112,121,122,123,132,211,212,213,221,231,312,321,1111,
%T A240763 1112,1121,1122,1123,1132,1211,1212,1213,1221,1222,1223,1231,1232,
%U A240763 1233,1234,1243,1312,1321,1322,1323,1324,1332,1342,1423,1432,2111,2112,2113,2121,2122,2123,2131,2132,2133,2134,2143,2211,2212
%N A240763 Preferential arrangements of 1, 2, 3, ... things in one-line notation, arranged lexicographically.
%C A240763 A preferential arrangement is like a permutation, except that ties are allowed. Preferential arrangements are also called ordered partitions. See A000670.
%C A240763 There are A000670(n) terms of length n.
%H A240763 N. J. A. Sloane, <a href="/A240763/b240763.txt">Table of n, a(n) for n = 1..52609</a> (lists all preferential arrangements of <= 7 things).
%H A240763 N. J. A. Sloane, <a href="/A240763/a240763.txt">List of preferential arrangements on 1 thru 5 things, in human-readable notation</a> [These are in a different order from those in the b-file]
%e A240763 The preferential arrangement of 7 things given by
%e A240763 3=4 < 5 < 1=2=7 < 6
%e A240763 would be represented by
%e A240763 1 2 3 4 5 6 7
%e A240763 3 3 1 1 2 4 3
%e A240763 which in the compressed one-line notation is written 3311243. Obviously this compressed notation only works for fewer than 10 things. In the "human-readable" notation used in the a-file, this example would be written 34,5,127,6.
%e A240763 Thanks to _Nathaniel Shar_ for suggesting the one-line notation.
%Y A240763 Cf. A000670, A239914, A217389, A030299 (an analogous sequence for permutations).
%K A240763 nonn
%O A240763 1,2
%A A240763 _N. J. A. Sloane_, Apr 12 2014