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.

Showing 1-1 of 1 results.

A374086 Number of integer sequences on a circle of length A373728(n) containing all permutations of the set {1, 2, ..., n} as subsequences.

Original entry on oeis.org

1, 2, 18, 288, 14760
Offset: 1

Views

Author

Chai Wah Wu, Jun 27 2024

Keywords

Comments

a(n) is a multiple of n!.

Examples

			a(1) = 1  as '1' is the only sequence of length A373728(1) = 1.
a(2) = 2  corresponding to the sequences of length A373728(2) = 2 : {'12', '21'}.
a(3) = 18 corresponding to the sequences of length A062714(3) = 4 : {'1213', '1231', '1232', '1312', '1321', '1323', '2123', '2131', '2132', '2312', '2313', '2321', '3121', '3123', '3132', '3212', '3213', '3231'}.
		

Crossrefs

Showing 1-1 of 1 results.