I am stuck while trying to solve a recurrence relation. I just need the characteristic function to know the dependence of $Y_n$.
My recurrence relation is of the following form where $a$ and $b$ are constant,
$Y_n = a + b \frac{\sum_{j=1}^{n-1}Y_j}{n-1}$
I am unable to figure out the characteristic equation or even the asymptotic nature of the series.