OFFSET
1,1
COMMENTS
Numbers k such that the symmetric representation of sigma(k) is formed by more than two parts, or that it is formed by only two parts and they do not meet at the center.
Numbers k whose total length of all line segments of the symmetric representation of sigma(k) is < 4*k (cf. A348705). - Omar E. Pol, Nov 02 2021
a(n) is also 1 plus the n-th term of the complement of A323648. - Hartmut F. W. Hoft, Feb 22 2025
EXAMPLE
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 |_ _ _ _ _ _ _ _|
...
MATHEMATICA
(* Function a279029Q is defined in A279029 *)
a279244[n_] := Select[Range[n], !a279029Q[#]&]
a279244[92] (* Hartmut F. W. Hoft, Feb 20 2025 *)
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Omar E. Pol, Dec 08 2016
STATUS
approved