<<
The second revolution is the circumference of a circle with the same diameter as the core + 7 microns >>
That should be diameter + 14 microns.
Since I'm obviously bored beyond belief.. mind you I have taken a calc class in maybe a year

. And I'm going to simplify the problem a little. Instead of a continuous tight spiral around the center (which brings horrible images of polar coordinates and lots of integration), I'm going to work with distinct rings.
n = number of revolutions/wraps/rings/whatever..
r = radius
r_(n+1) means r subscript (n+1)
r_(n+1) = r_n + 7
well that was really easy.
r_(n+2) = (r_n + 7) + 7
r_0 = 100mm
r_n = 100mm + (n * 7 microns) (* Eq. #1 *)
now we need to find the number or revolutions.
c = circumference
c_n = 2 * pi * r_n = 2 * pi * (100mm + (n * 7 microns)) = 2 * pi * 100mm + 2 * pi * n * 7 microns
1000 meters = sigma of n := 0 to x of (2* pi * 100mm + 2 * pi * n * 7microns)
= sigma of n := 0 to x of (2 * pi * 100mm) + (2 * pi * 7microns) * sigma of n := 0 to x of (n)
= x * 2 pi * 100mm + 2 * pi * 7microns * ((x+1) * (x/2))
There you go. Convert units, solve for x (looks like it's quadratic). x will equal the number of rings. Then you can find the outer radius by plugging into equation #1. And diamter = 2 * radius.
If you want to use varying dimensions, just substitute accordingly. I don't have a calculator so you'll have to do the last few steps.
And.. uh.. it's been a while.. I may have forgotten some properties of summations, so I wouldn't build a space station based on those equations until they're double checked. I am not responsible for any application of this work (which may be incorrect).