function ret = crazyVector(v, m, n) ret = v(m:m:end) .^ n;