OFFSET
1,4
COMMENTS
Otherwise said, x-value of the lexicographically first solution (x,y,z) to the given equation.
See A073101 for more details about these sequences related to the Erdős-Straus conjecture.
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..1000
FORMULA
Conjecture: a(n) = floor(n/4) + d with d = 1 for all n > 2 except some n = 24k + 1 (k = 2, 3, 7, 8, 10, 13, 15, 17, 18, 23, 25, 28, 30, 32, 33, 37, 40, 43, ...) where d = 2. - M. F. Hasler, Jul 03 2022
PROG
(PARI) apply( {A257839(n, t)=for(x=n\4+1, 3*n\4, for(y=max(1\t=4/n-1/x, x)+1, ceil(2/t)-1, numerator(t-1/y)==1 && return(x)))}, [1..99]) \\ improved by M. F. Hasler, Jul 03 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, May 16 2015
STATUS
approved