I am given the following recurrence relation: $a_{n+1} = 3a_n+1$ where $a_0 = 1$ which gives these values for the first 5 numbers: $1, 4, 13, 40, 121$, where I must find a specific formula $a_n$ how would I go about calculating the conjecture for this?
It's clear to me it follows the standard of an arithmetic series, though what are the steps to figuring it out?
Here is my rational so far (after some digging):
$a_1 = 1$ $a_2 = 3a_1+1 = 4$ $a_3 = 3a_2+1 = 13$ $a_4 = 3a_3+1 = 40$ $a_5 = 3a_4+1 = 121$
Then taking the differences of the result:
difference between $1 \& 4 = 3; 4\&13 = 9; 13\&40 = 27; 40\&121 = 81$
Then taking the differences of the differences:
difference between $3\&9 = 6; 9\&27 = 18; 27\&81 = 54$
again ...
$6\&18 = 12; 18\&54 = 36$
$12\&36 = 24$
Get the last number in its lowest term which is $24/12 = 2$
Hence the series must be divisible by 2.
Given that each difference is $3^n$
We then get: $\frac{3^na_n-1}{2}$ because of $a_0 = 1$ we must minus by 1 to get the term $a_0=1$