I'd like to represent the order of the Seasonal ARIMA(1,0,0)(1,0,1)60 model mathematically. Here is the equation I came up with so far:

Eventually, i'd like to represent it as a "conventional" regression equation such:

Can someone tell me if my equations are correct?
Thanks!
auto.arima()andforecast()in R, I'd like to demonstrate it by hand calculations. The problem is that my prediction results were different than the results obtained in R (3.1.1). Therefore, I was wondering if the equations I used were correct or not.. – Apython Dec 01 '14 at 04:17