oddpositioned
Oddpositioned is a coinage used as an adjective to describe something that is located, arranged, or selected at odd-numbered positions within a sequence, grid, or structure. The term is built from "odd" and "position" with the suffix "-ed" and is most commonly written as "odd-positioned" in formal writing; the unhyphenated form "oddpositioned" appears in contexts such as variable names or branding.
Indexing conventions matter: when using 1-based indexing (positions 1, 2, 3, …), odd-positioned elements occupy positions 1,
Examples: in the string "abcdef", the odd-positioned characters (1-based) are "a", "c", and "e"; in 0-based terms
See also: even-positioned, odd-indexed, indexing, positional data.