We know that a binomial coefficient is denoted as $$\binom{n}{k}$$ and the sum of binomial coefficients is denoted as \begin{equation} \sum_{k=0}^{n}\binom{n}{k} \tag{1} \end{equation} I think it is easy to understand that \begin{equation} m=\sum_{k=0}^{n}\binom{n}{k}f(k) \tag{2} \end{equation} Note: (2) is just an illustration of how a summation involving binomial coefficients can be formed in a particular way.
Now, let us assume there is a set of numbers that behave like binomial coefficients and let's call them psuedo-binomial coefficients. For example, $1, 3, 8, 9, 8, 3, 1$ and $2, 6, 9, 11, 11, 9, 6, 2$ follow the structure or order of arrangement of binomial coefficients but are actually not. Also, they obey the rule that $\binom{n}{k} = \binom{n}{n-k}$. We can generalize the psuedo-binomial coefficients as $a_1, a_2, a_3\cdots a_i, a_{i-1}, a_{i-2} \cdots a_1$ or $a_1, a_2, a_3\cdots a_i, a_i, a_{i-1}, a_{i-2} \cdots a_1$, where $a_1<a_2<a_3<\cdots<a_i$. Now, I want the psuedo-binomial coefficients to align with $f(k)$ so that it looks exactly like (2), except for not minding that the initial value of $k$ being $0$. So, i came up with the following statement:
If $A_p =$ {$a_1, a_2, a_3\cdots a_i, a_{i-1}, a_{i-2} \cdots a_1$} or $A_p =$ {$a_1, a_2, a_3\cdots a_i, a_i, a_{i-1}, a_{i-2} \cdots a_1$} is a well-ordered set of natural numbers, such that $a_1<a_2<a_3<\cdots<a_i$, and $n$ is the number of elements of $A_p$, $\binom{n}{k}_p$ for $k= 1, 2, 3\cdots n$, is the $k$th element of $A_p$, $f(k)$ is an expression involving $k$, $m$ is some real or complex number depending on $f(k)$, then \begin{equation} m=\sum_{k=1}^{n}\binom{n}{k}_{p} f(k) \tag{3} \end{equation}
Note: $k$ in my statement starts from $1$ so that the position of the first element of $A_p$ is $1$ and not $0$. Also, let us forget that $\binom{n}{k} = \frac{n!}{(n-k)!k!}$ as that won't work for pseudo-binomial coefficients. Instead, let's just focus on $\binom{n}{k} =\binom{n}{n-k}$ which is a general rule for both binomial coefficients and pseudo-binomial coefficients. So, I think this way, it will be valid to say (3) works for binomial coefficients as well. For example, let $1, 3, 3, 1$ be the elements of $A_p$, then we can say $\binom{4}{1}_p =1$, $\binom{4}{2}_p =3$, $\binom{4}{3}_p =3$, and $\binom{4}{4}_p =1$.
Question: is the above statement well defined, such that (3) deals with both binomial coefficients and pseudo-binomial coefficients? If not, can someone come up with a well defined statement?