\begin{align} Y(0) ={}& 1\\ Y(1) ={}& 2.5\\ Y(2) ={}& 2.5\cdot2.3\\ Y(3) ={}& 2.5\cdot 2.3\cdot 2.1\\ Y(4) ={}& 2.5\cdot 2.3\cdot 2.1\cdot 1.9\\ \vdots\,\,\, \end{align}
How would I solve for something like $Y(1.3)$ or $Y(2.7)$? How would a function for $Y(x)$ be defined?
We may use the Pochhammer symbol (falling factorial ) once $Y(x)$ multiplied by $5^x$ : \begin{align} Y(x)\;5^x&=\left(\frac {25}2\right)_{x}=\frac{\Gamma\left(\frac {27}2\right)}{\Gamma\left(\frac {27}2-x\right)}\\ \\ \end{align}