I want to use snake oil to evaluate $\sum\limits_{k=0}^n(3k+1)\text C_n^k$. I want to try the method despite of the simplicity of this sum.
However, I got stuck after exchanging the order of summation.
Let $f(n)=\sum\limits_{k=0}^n(3k+1)\text C_n^k$, and $F(x)=\sum\limits_mx^mf(m)$. So \[F(x)=\sum_mx^m\sum_{k=0}^m(3k+1)\text C_m^k=\sum_k\sum_{m\ge k}x^m(3k+1)\text C_m^k.\] I don't know how to write this as a closed form.