|
| |
|
|
A034677
|
|
Sum of cubes of unitary divisors of n.
|
|
1
|
|
|
|
1, 9, 28, 65, 126, 252, 344, 513, 730, 1134, 1332, 1820, 2198, 3096, 3528, 4097, 4914, 6570, 6860, 8190, 9632, 11988, 12168, 14364, 15626, 19782, 19684, 22360, 24390, 31752, 29792, 32769, 37296, 44226, 43344, 47450
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
A unitary divisor of n is a divisor d such that GCD(d,n/d)=1.
|
|
|
LINKS
|
Table of n, a(n) for n=1..36.
|
|
|
FORMULA
|
Dirichlet g.f. zeta(s)*zeta(s-3)/zeta(2s-3). - R. J. Mathar, Mar 04 2011
|
|
|
EXAMPLE
|
The unitary divisors of 6 are 1, 2, 3 and 6, so a(6) = 252.
|
|
|
PROG
|
(PARI) A034677_vec(len)={
a000012=direuler(p=2, len, 1/(1-X)) ;
a000578=direuler(p=2, len, 1/(1-p^3*X)) ;
a000578x=direuler(p=2, len, 1-p^3*X^2) ;
dirmul(dirmul(a000012, a000578), a000578x)
}
A034677_vec(70) /* via D.g.f., R. J. Mathar, Mar 05 2011 */
|
|
|
CROSSREFS
|
Cf. A034444, A034448.
Sequence in context: A135705 A041359 A034126 * A009255 A062451 A065959
Adjacent sequences: A034674 A034675 A034676 * A034678 A034679 A034680
|
|
|
KEYWORD
|
nonn,mult
|
|
|
AUTHOR
|
Erich Friedman
|
|
|
STATUS
|
approved
|
| |
|
|