|
| |
|
|
A069091
|
|
Jordan function J_6(n).
|
|
9
| |
|
|
1, 63, 728, 4032, 15624, 45864, 117648, 258048, 530712, 984312, 1771560, 2935296, 4826808, 7411824, 11374272, 16515072, 24137568, 33434856, 47045880, 62995968, 85647744, 111608280, 148035888, 187858944, 244125000, 304088904, 386889048
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Contribution from Enrique Perez Herrero (psychgeometry(AT)gmail.com), Sep 14 2010: (Start)
a(n) is the Moebius transform of n^6
Note that J_2(n), J_3(n), eulerphi(n) and psi(n) divides a(n), this sequences
are: A007434(n), A059376(n), A000010(n) and A001615(n) respectively. (End)
|
|
|
REFERENCES
| L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 199, #3.
|
|
|
LINKS
| E. Perez Herrero,Table of n, a(n) for n=1..2000
|
|
|
FORMULA
| a(n)=sum(d|n, d^6*mu(n/d))
Multiplicative with a(p^e) = p^(6e)-p^(6(e-1)).
|
|
|
MATHEMATICA
| Contribution from Enrique Perez Herrero (psychgeometry(AT)gmail.com), Sep 14 2010: (Start)
JordanTotient[n_, k_:1]:=DivisorSum[n, #^k*MoebiusMu[n/# ]&]/; (n>0)&&IntegerQ[n]
A069091[n_IntegerQ]:=JordanTotient[n, 6]; (End)
|
|
|
PROG
| (PARI) for(n=1, 100, print1(sumdiv(n, d, d^6*moebius(n/d)), ", "))
|
|
|
CROSSREFS
| Cf. A059379 and A059380 (triangle of values of J_k(n)), A000010 (J_1), A059376 (J_3), A059377 (J_4), A059378 (J_5).
Cf. A065959 [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Sep 14 2010]
Sequence in context: A086578 A198399 A115152 * A123866 A024004 A201886
Adjacent sequences: A069088 A069089 A069090 * A069092 A069093 A069094
|
|
|
KEYWORD
| easy,nonn,mult
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 05 2002
|
| |
|
|