3,4,7,11,18,29,...The next term in this fibonacci-like sequence is a7=47.
The nth term in this sequence is given by the formula:
Recursive Formula: an=an−1+an−2,where a1=3
3+14+37+411+718+1129
Recursive Formula
The formula for a fibonacci-like sequence where an−1 is the (n-1)th term, an−2 is the (n-2)th term, and n>2 is an=an−1+an−2
The nth term rule is: an=an−1+an−2