The closest I could find is $y=2^{\operatorname{ceil}\left(0.5x\right)}\frac{3}{2}x$ but its not quite right.
I possible, I'd like to not use sums (∑).
The closest I could find is $y=2^{\operatorname{ceil}\left(0.5x\right)}\frac{3}{2}x$ but its not quite right.
I possible, I'd like to not use sums (∑).
You can use, for $n\geq 1$, $$a_n = 3\cdot 2^{\lfloor\frac{n-1}{2}\rfloor}$$ where $\lfloor x\rfloor$ is the floor of $x$.