A279244 Numbers k with the property that both the smallest and the largest Dyck path of the symmetric representation of sigma(k) share some line segments.
5, 7, 9, 11, 13, 14, 15, 17, 19, 21, 22, 23, 25, 26, 27, 29, 31, 33, 34, 35, 37, 38, 39, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 57, 58, 59, 61, 62, 63, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 79, 81, 82, 83, 85, 86, 87, 89, 91, 92
Offset: 1
Keywords
Examples
5, 7, 9, 11, 13, 14, and 15 are in the sequence because the smallest and the largest Dyck path of their symmetric representation of sigma share some line segments, as shown below. Illustration of initial terms: n . _ _ _ _ _ _ _ . | | | | | | | | | | | | . | | | | | | | | | | | | . _|_| | | | | | | | | | | . _ _ _| _|_| | | | | | | | | 5 |_ _ _| _| _ _|_| | | | | | | . _ _ _ _| _| | _ _|_| | | | | 7 |_ _ _ _| |_ _|_| _ _|_| | | . _ _ _ _ _| _| | _ _ _|_| 9 |_ _ _ _ _| | _|_| | . _ _ _ _ _ _| _ _| _| 11 |_ _ _ _ _ _| | _| _| . _ _ _ _ _ _ _| |_ _| 13 |_ _ _ _ _ _ _| | 14 |_ _ _ _ _ _ _ _| 15 |_ _ _ _ _ _ _ _| ...
Crossrefs
Programs
-
Mathematica
(* Function a279029Q is defined in A279029 *) a279244[n_] := Select[Range[n], !a279029Q[#]&] a279244[92] (* Hartmut F. W. Hoft, Feb 20 2025 *)
Comments