Is there a function which will return the approximate value of the n th prime? I think this would be something like an approximate inverse prime counting function.
To complement Dana J's Upper bound this formula should give you a good lower bound.
P(n) = (((2 Log(3, n + 2))/(Log(2.5, 2) + Log(3, 3)) + (2 Log(3, n - 2))/(Log(3, 2) + Log(3, 3)))/2) n;