You are correct on the process of induction. So let's roll with it.
Show true for n = 1.
n ∑(3𝑖 − 2) i=1 = [n(3n − 1)]/2
3(1) - 2 =? [1(3(1) - 1)]/2
3 - 2 =? [1(2)]/2
1 = 1√
The next step is to assume it is true for n = k. Let's find the pattern on the left.
n=1, (we've seen) ∑=1
n=2, ∑ = 1 + 3(2)-2 = 1 + 4
n=3, ∑ = 1 + 4 + 3(3)-2 = 1 + 4 + 7 (see the pattern?)
n=4, ∑ = 1 + 4 + 7 + 10
n=k, ∑ = 1 + 4 + 7 + 10 + ... + 3k - 2
right side
n=k, [k(3k − 1)]/2
Assume true for n = k
1 + 4 + 7 + 10 + ... + 3k - 2 = [k(3k − 1)]/2
The next step is to prove for n = k+1. The key thing is to remember to use the n=k!
Show true for n = k+1
1 + 4 + 7 + 10 + ... + 3k - 2 + 3(k+1) - 2 = [(k+1)(3(k+1)k − 1)]/2
let's replace the bold part on the left with [k(3k − 1)]/2 from the n=k.
[k(3k − 1)]/2 + 3(k+1) - 2 = [(k+1)(3(k+1)k − 1)]/2
See if you can take it from here.

Craig W.
02/28/23
Havar D.
Thank you so much, I get it now and I think I found the answer. 🙏🏼🙏🏼🙏🏼🙏🏼02/27/23