$$3,8,17,32,57,\ldots$$ How do we find the $n^{th}$ term? I have been roaming aimlessly for a few minutes now. A definite pattern is in the differences of differences. Hints will be apreciated.
2026-03-27 18:18:10.1774635490
Finding $n^{th}$ term of sequence
298 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
$$3,8,17,32,57,\cdots$$
Taking the differences of consecutive terms $$5,9,15,25,\cdots$$
Taking the differences of consecutive terms $$4,6,10,\cdots$$
Taking the differences of consecutive terms $$2,4,\cdots,\text{ whose } n\text{ term } =2^n$$
The $n$ th term of $4,6,10,\cdots$ will be $2^n+(n$ th term of $2,2,2,\cdots)$ i.e., $2^n+2$
The $n$ th term of $5,9,15,25\cdots$ will be $2^n+2+(n$th term of $1,3,5,\cdots)$ i.e., $2^n+2+(2n-1)$
The $n$ th term of $3,8,17,32,57,\cdots$ will be $(2^n+2+2n-1)+(n$ th term of $-2,-1,2,7\cdots)$
Now the $n$ th term of $-2,-1,2,7\cdots$ can be found to be $(n-1)^2-2$ by similar difference method.