OFFSET
2,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..2000
MATHEMATICA
Do[x = y = 0; For[k = 1, k < n, k++, d = Length[Divisors[n*k]]; If[d > x, x = d; y = k]]; Print[x], {n, 2, 50}] (* Ryan Propper, Jul 25 2005 *)
Table[Max[DivisorSigma[0, n Range[n-1]]], {n, 2, 80}] (* Harvey P. Dale, Feb 23 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Mar 28 2004
EXTENSIONS
35 more terms from Ryan Propper, Jul 25 2005
More terms from David Wasserman, Aug 22 2006
STATUS
approved