function n(t){const c=t-1;return c*c*c+1}export{n as c};