Problem Archive

Let $P_{a,b}$ denote a path in a $a\times b$ lattice grid with following properties: Denote $A(P_{a,b})$ to be the area under the path. For the example of a $P_{4,3}$ path given below, the area equals $6$.
crossed lines

Define $G(P_{a,b},k)=k^{A(P_{a,b})}$. Let $C(a,b,k)$ equal the sum of $G(P_{a,b},k)$ over all valid paths in a $a\times b$ lattice grid.

You are given that

Calculate $\displaystyle\sum_{k=1}^7 C(10^k+k, 10^k+k,k)$. Give your answer modulo $1\,000\,000\,007$
Solution
No solution yet. Write yours at solutions/s638.md.
Problems sourced from Project Euler · Non-commercial & educational use only · CC BY-NC-SA 4.0