Let $D(a)$ denotes sum of digits of $a$ in decimal. Examples $D(49)=4+9=13$
Let $P(a)$ denotes parity of $a$. Example $P(2)=0$ as even and $P(3)=1$ as odd.
Questions: show that there is no $a$ such that $$P(D(a))= P(D(a+1))=P(D(a+2)).$$
Sequence: Parity of sum of digits of n A179081
Sequence $\{P(D(n))\}=0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1,...$ for $n=0,1,2,...$
let $D(a, b)$ denotes sum of digits of $a$ in base $b$. In general, we can ask, is above claim true for all bases $b$?
We can understand the pattern for $b=odd$ base, note $D(odd,b)=odd$ and $D(even, b)=even$ thus $P(D(a+1,b))=P(D(a,b)+1)$