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.

A374085 Number of sequences of length A062714(n) with symbols from {1, 2, 3, ..., n} which contains, as a subsequence, each possible ordering of the n symbols 1, 2, 3, ..., n.

This page as a plain text file.
%I A374085 #9 Jun 30 2024 22:09:44
%S A374085 1,2,42,216
%N A374085 Number of sequences of length A062714(n) with symbols from {1, 2, 3, ..., n} which contains, as a subsequence, each possible ordering of the n symbols 1, 2, 3, ..., n.
%C A374085 a(n) is a multiple of n!.
%e A374085 a(1) = 1 as '1' is the only sequence of length A062714(1) = 1.
%e A374085 a(2) = 2 corresponding to the sequences of length A062714(2) = 3 : {'121', '212'}.
%e A374085 a(3) = 42 corresponding to the sequences of length A062714(3) = 7 : {'1213121', '1213212', '1231213', '1231231', '1231321', '1232123', '1232132', '1312131', '1312313', '1321231', '1321312', '1321321', '1323123', '1323132', '2123121', '2123212', '2131213', '2131231', '2132123', '2132132', '2132312', '2312132', '2312312', '2312321', '2313213', '2313231', '2321232', '2321323', '3121312', '3121321', '3123123', '3123132', '3123213', '3132131', '3132313', '3212312', '3212321', '3213123', '3213213', '3213231', '3231232', '3231323'}.
%Y A374085 Cf. A062714, A180632.
%K A374085 nonn,more,hard
%O A374085 1,2
%A A374085 _Chai Wah Wu_, Jun 27 2024