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.

A370514 Number of permutations p of [n] such that for each distance d in [n-1] there is at least one index i in [n-d] with p(i)>p(i+d).

This page as a plain text file.
%I A370514 #24 Feb 22 2024 20:00:21
%S A370514 1,1,1,3,11,55,319,2233,17641,158769,1578667,17365337,207865289,
%T A370514 2702248757,37786779669,566801695035,9063808803203,154084749654451
%N A370514 Number of permutations p of [n] such that for each distance d in [n-1] there is at least one index i in [n-d] with p(i)>p(i+d).
%H A370514 Wikipedia, <a href="https://en.wikipedia.org/wiki/K-sorted_sequence">K-sorted sequence</a>
%H A370514 Wikipedia, <a href="https://en.wikipedia.org/wiki/Permutation">Permutation</a>
%F A370514 a(n) = A370507(n,n).
%F A370514 a(n) = A370506(n,1) for n>=1.
%e A370514 a(0) = 1: the empty permutation.
%e A370514 a(1) = 1: 1.
%e A370514 a(2) = 1: 21.
%e A370514 a(3) = 3: 231, 312, 321.
%e A370514 a(4) = 11: 2341, 2431, 3241, 3412, 3421, 4123, 4132, 4213, 4231, 4312, 4321.
%e A370514 a(5) = 55: 23451, 23541, 24351, 24531, ..., 54213, 54231, 54312, 54321.
%e A370514 a(6) = 319: 234561, 234651, 235461, 235641, ..., 654213, 654231, 654312, 654321.
%Y A370514 Main diagonal of A370507.
%Y A370514 Column k=1 of A370506 (for n>=1).
%Y A370514 Cf. A008302.
%K A370514 nonn,more
%O A370514 0,4
%A A370514 _Alois P. Heinz_, Feb 20 2024
%E A370514 a(14)-a(16) from _Martin Ehrenstein_, Feb 22 2024
%E A370514 a(17) from _Alois P. Heinz_, Feb 22 2024