OFFSET
1,2
COMMENTS
G. Tenenbaum proved that limit(log(a(n)/n^(3/2)))/log(log(n)) is -b with b = 1-(1+loglog 2)/log 2 = 0.08607... (same constant as in A027424 comment) (théorème 1).
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
Steven Finch, Multiples and divisors, January 27, 2004. [Cached copy, with permission of the author]
G. Tenenbaum, Sur deux fonctions de diviseurs, J. London Math. Soc. (1976) s2-14 (3): 521-526.
MATHEMATICA
t = Table[d = Divisors[n]; d[[Ceiling[Length[d]/2]]], {n, 100}]; Accumulate[t] (* T. D. Noe, Nov 26 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Nov 26 2012
STATUS
approved