What's the mathematical formula for the sequence 3 6 12 18 30 42 66 90 ... ? I can provide more numbers if necessary but the pattern is that the first number is exponentially doubling every two steps.
2026-03-27 18:09:19.1774634959
What's the mathematical formula for the sequence 3 6 12 18 30 42 66 90 ...?
2.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The general formula is $$a_n=(\frac{15}{2}+\frac{3}{2}\cdot (-1)^{n+1})\cdot 2^{\lceil\frac{n-1}{2}\rceil}-6$$