OFFSET
1,6
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000
PROG
(PARI) weightedroundness(n)=local(f, fl, s); f=factor(n); fl=length(f[, 1]); s=0; for (i=1, fl, s=s+i*f[, 2][i]); s alias(wr, weightedroundness) weightedroundness2(n)=local(f, fl, s); f=factor(n); fl=length(f[, 1]); s=0; for (i=1, fl, s=s+i^2*f[, 2][i]); s alias(wr2, weightedroundness2) for (j=2, 500, print1(wr2(j)-wr(j)", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Dec 31 2002
EXTENSIONS
a(1) = 0 prepended by Antti Karttunen, May 31 2017
STATUS
approved