I feel that the following is always true:
$$ \frac{2^k-1}{3} \equiv 1 ~(\text{mod }2) \text{ if }k \equiv 0 ~(\text{mod }2) \wedge k \geq 2$$
I've just tried it using a "brute force" approach, but I'm not able to prove it in a formal way. Where can I start?
$$ \frac{2^k-1}{3} \equiv 1 ~(\text{mod }2) \hspace{10mm}\Leftrightarrow\hspace{10mm} 2^k-1 \equiv 3 \equiv 1~(\text{mod }2) \hspace{10mm}\Leftrightarrow\hspace{10mm} 2^k \equiv 0 ~(\text{mod }2). $$ The last claim is certainly true. By the way, it is true for all $k\ge 1$.