OFFSET
1,2
REFERENCES
C. Hooley, On a new technique and its applications to the theory of numbers, Proc. London Math. Soc. 3 38:1 (1979), pp. 115-151.
PROG
(PARI) Delta(n)=my(d=divisors(n), m=1); for(i=1, #d-1, my(t=exp(1)*d[i]); m=max(sum(j=i, #d, d[j]<t), m)); m
r=0; for(n=1, 1e9, t=Delta(n); if(t>r, r=t; print1(t", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles R Greathouse IV, Jun 21 2013
EXTENSIONS
a(38)-a(54) from Charles R Greathouse IV, Jun 24 2013
a(55)-a(56) from Charles R Greathouse IV, Jul 01 2013
STATUS
approved