oktw says to #ysitd
<PingNote>: long []a; a[0] = 2; for(int i=1; i<a.length; i++) { a[i] = a[i-1] * a[i-1]; // a[i] = 2^(2^i) }