Answering some other question, I stumbled upon the following relationship:
For $n\in\Bbb N$ let $$p_n = \sum_{k=0}^{\lfloor n/2 \rfloor} \binom{n-k}k$$ and let
$$a_n = p_n+p_{n-2}\quad \text{ if } n \geqslant 2; \qquad (a_1,a_2) = (1,3)$$ then $a_n = L_n$ where $L_n$ is the $n$-th Lucas number.
Question: Lucas numbers can be represented in closed form as $L_n=\varphi^n+(-\varphi)^{-n}$ where $\varphi$ is the Golden ratio. Does this also yield a closed form for $p_n$ as defined above? Using the definition of $a_n$ will only yield $p_n$ as an alternating sum over $a_n$'s like $$ a_n-a_{n-2}+a_{n-4}-\cdots \quad=\quad p_n\pm p_{n\text{ mod 2}} $$ etc. but not a neat closed formula. Intuitively, the $p_n$ have the same exponential growth like $\varphi^n$, but that's not enough to find a closed form.
$p_n=\sum_{k=0}^{[n/2]}{n-k\choose k}=\sum_{k=0}^{[n/2]}{n-k-1\choose k}+\sum_{k=0}^{[n/2]}{n-k-1\choose k-1}$
$\implies p_n=\sum_{k=0}^{[(n-1)/2]}{n-k-1\choose k}+\sum_{j=0}^{[(n-2 )/2]}{n-j-2\choose j}+{[n/2]-1 \choose [n/2]}$
$\implies p_n=p_{n-1}+p_{n-2}.$ $p_n$ are Fibonacci numbers. Hence