OFFSET
1,1
COMMENTS
Conjecturally the different values of the sequence are highly composite numbers (A002182, n>=3).
LINKS
Peter J. C. Moses, Table of n, a(n) for n = 1..1000
EXAMPLE
Let n=5, prime(n)=11. In interval [11,22] we have 3 numbers 12,18 and 20 with the maximal number of divisors in this interval(6). Since 12 is the smallest of them, then a(5)=12.
MATHEMATICA
Table[Function[p, First@ FirstPosition[#, Max@ #] + p - 1 &@ Map[DivisorSigma[0, #] &, Range[p, 2 p]]]@ Prime@ n, {n, 80}] (* Michael De Vlieger, May 07 2016, Version 10 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, May 06 2016
STATUS
approved