I have a variable $z$ given by:
$z=\sum_{i=1}^n z_i$
where $z_i$ are random variables with $z_i \sim N\left(0,1\right)$. Then it will be $z \sim N(0,n)$ and the correlation between a variable $z_i$ and $z$ is $\frac{1}{\sqrt{n}}$.
Given now $y = e^{\alpha+\beta z}$, what is the correlation between one of the variables $z_i$ and $y$?
Addendum
Is my result correct?
$\frac{\beta e^{\frac{\beta^2}{2}}}{\sqrt{\left(e^{n\beta^2}-1 \right )e^{n\beta^2}}}$