I'm looking for a formula that produces a logarithmic curve that meets the following conditions:
Given a set of positive integers from 1 to $n$, produce a logarithmic function that outputs a $y$ value of 0.25 when $x$ = 1 and the a $y$ value of 1 when $x$ = $n$. I'd also like to control the curvature of the logarithmic term.
Note: I don't have a maths background so may not be using the correct terms.