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.

A338169 A list of all finite sequences of distinct positive integers sorted by their maximum value, then lexicographically.

Original entry on oeis.org

1, 1, 2, 2, 2, 1, 1, 2, 3, 1, 3, 1, 3, 2, 2, 1, 3, 2, 3, 2, 3, 1, 3, 3, 1, 3, 1, 2, 3, 2, 3, 2, 1, 1, 2, 3, 4, 1, 2, 4, 1, 2, 4, 3, 1, 3, 2, 4, 1, 3, 4, 1, 3, 4, 2, 1, 4, 1, 4, 2, 1, 4, 2, 3, 1, 4, 3, 1, 4, 3, 2, 2, 1, 3, 4, 2, 1, 4, 2, 1, 4, 3, 2, 3, 1, 4, 2
Offset: 1

Views

Author

Peter Kagey, Oct 14 2020

Keywords

Comments

There are A001339(n - 1) sequences with a maximum value of n.
Conjecture: the sum of the sum of all sequences with a maximum value of n is given by A281912(n).

Examples

			Maximum value 1:
[1],
Maximum value 2:
[1,2],
[2],
[2,1],
Maximum value 3:
[1,2,3],
[1,3],
[1,3,2],
[2,1,3],
[2,3],
[2,3,1],
[3],
[3,1],
[3,1,2],
[3,2],
[3,2,1]
		

Crossrefs

Programs