To solve the problem, we need to compute the number of k-tuples (x1,x2,…,xk) such that 0≤xi<73 for each i and 73∣x12+x22+⋯+xk2−1. We denote this number by Tk. We then need to find the remainder when T1+T2+⋯+T2017 is divided by 2017.
1. **Counting the number of solutions Tk:**
We start by considering the function f(x1,…,xk)=x12+x22+⋯+xk2−1. We need to count the number of solutions (x1,…,xk) in Z/73Zk that satisfy f(x1,…,xk)≡0(mod73).
2. Using the roots of unity filter:
Let ζ=e2πi/73 be a primitive 73rd root of unity. The number of solutions N can be expressed using the roots of unity filter:
73⋅N=x1,…,xk∑j=0∑72ζjf(x1,…,xk).
This simplifies to:
73k+j=1∑72x1,…,xk∑ζj(x12+x22+⋯+xk2−1).
3. Simplifying the inner sum:
x1,…,xk∑ζj(x12+x22+⋯+xk2−1)=ζ−j(x1∑ζjx12)(x2∑ζjx22)⋯(xk∑ζjxk2).
Each sum ∑xiζjxi2 is a Gauss sum G(j).
4. Properties of Gauss sums:
The Gauss sum G(j) is defined as:
G(j)=x=0∑72ζjx2.
If j=0, G(j)=(73j)G, where G=G(1) and (73j) is the Legendre symbol. For j=0, G(0)=73.
5. Combining the results:
N=73k−1+731j=1∑72ζ−jG(j)k.
Using the properties of Gauss sums, we get:
G(j)k=(73j)kGk.
For even k, the sum ∑j=172ζ−j(73j)k evaluates to −1 if 73∤1, and for odd k, it evaluates to G.
6. **Final expressions for Tk:**
For even k:
Tk=73k−1−732k−2(−1)k/2.
For odd k:
Tk=73k−1+732k−1.
7. **Summing T1+T2+⋯+T2017:**
We need to compute the sum of these expressions for k from 1 to 2017 and find the remainder when divided by 2017.
k=1∑2017Tk=odd k∑(73k−1+732k−1)+even k∑(73k−1−732k−2(−1)k/2).
8. Modulo 2017:
Since 2017 is a prime number, we can use properties of modular arithmetic to simplify the sum. We need to compute the sum modulo 2017.
The final answer is 0