I have a squence similar to the Fibonacci sequence
a(n)=3×(a(n−1)+a(n−2)−a(n−3))
And I know that the Fibonacci sequence could be reduced to
Can the first sequence be reduced similarly to the fibonachi sequence