Problem 18 Combinatorics
Problem 18 Combinatorics
3n 3n 3n
Problem: For positive integers n find an explicit formula for + + ··· + .
0 3 3n
3n
X 3n k
f (x) = x .
k
k=0
3n
X 3n
f (1) =
k
k=0
3n
X 3n k
f (ω) = ω
k
k=0
3n
X 3n 2k
f (ω 2 ) = ω .
k
k=0
1
3 (f (1) + f (ω) + f (ω 2 )) = 13 (23n + (ω + 1)3n + (ω 2 + 1)3n ).
1
1
23n + (−1)3n (ω 6n + ω 3n ) = 1
23n + 2(−1)3n = (8n + 2(−1)n )
S= 3 3 3
Note: The technique used here is sometimes called roots of unity filtering. This same
technique was used in Problem 17, so look at it if you are having trouble understanding the
solution.
Solution was written by Jeffrey Wang and compiled from Art of Problem Solving Forums.