Consider a sequence $a_n$
$$a,b,c,a,b,c,\ldots$$
and we want to find an expression/formula to represent this.
I'm new to complex numbers, and it feels we can somehow use the expression $\left(e^{i2\pi/3}\right)^n$ to represent above sequence. I've been trying, but I'm not able to form a connection between the two. It seems I need to scale the complex numbers successively by $\dfrac{a}{e^{i0}},\dfrac{b}{e^{i2\pi/3}},\dfrac{c}{e^{-i2\pi/3}} $. I'm kinda stuck.. Appreciate any help...
2026-03-30 12:04:17.1774872257
Expressing a sequence using roots of unity
42 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let's just denote $e^{2i\pi/3}$ by $\omega$.
The main observation is that $\omega^n + \omega^{2n} + \omega^{3n}$ is $3$ when $n$ is divisible by $3$ and $0$ otherwise.
Also note that $\omega^3 = 1$.
So you can express your sequence as: $$\frac a3 (\omega^n + \omega^{2n} + 1) + \frac b3 (\omega^{n-1} + \omega^{2n-2} + 1) + \frac c3 (\omega^{n-2} + \omega^{2n-4} + 1)$$