OFFSET
1,2
LINKS
Charles R Greathouse IV and Donovan Johnson, Table of n, a(n) for n = 1..70 (first 55 terms from Charles R Greathouse IV).
PROG
(PARI) r=0; for(n=1, 1e7, t=if(n%2, numdiv(n)*numdiv((n+1)/2), numdiv(n/2)*numdiv(n+1)); if(t>r, r=t; print1(n", "))) \\ Charles R Greathouse IV, Feb 01 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 22 2004
STATUS
approved