Probably something like this:
center = [thisComp.width,thisComp.height]/2;
delta = thisComp.layer(“Null 1”).position – center;
factor = Math.pow(2,index-1);
value – index*delta*factor
The layers that you’re spreading should be at the top of the layer stack (layers 1 thru n).
Dan