|
Search: id:A013962
|
|
|
| A013962 |
|
sigma_14(n), the sum of the 14th powers of the divisors of n. |
|
+0 3
|
|
| 1, 16385, 4782970, 268451841, 6103515626, 78368963450, 678223072850, 4398314962945, 22876797237931, 100006103532010, 379749833583242, 1283997101947770, 3937376385699290, 11112685048647250, 29192932133689220
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
If the canonical factorization of n into prime powers is the product of p^e(p) then sigma_k(n) = Product_p ((p^((e(p)+1)*k))-1)/(p^k-1).
Sum_{d|n} 1/d^k is equal to sigma_k(n)/n^k. So sequences A017665-A017712 also give the numerators and denominators of sigma_k(n)/n^k for k = 1..24. The power sums sigma_k(n) are in sequences A000203 (k=1), A001157-A001160 (k=2,3,4,5), A013954-A013972 for k = 6,7,...,24. - comment from Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 05 2001.
|
|
FORMULA
|
G.f. sum(k>=1, k^14*x^k/(1-x^k)). - Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 21 2003
|
|
MATHEMATICA
|
lst={}; Do[AppendTo[lst, DivisorSigma[14, n]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 11 2009]
|
|
PROGRAM
|
(Other) sage: [sigma(n, 14)for n in xrange(1, 16)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 04 2009]
|
|
CROSSREFS
|
Sequence in context: A017443 A017575 A017691 this_sequence A036092 A045037 A122714
Adjacent sequences: A013959 A013960 A013961 this_sequence A013963 A013964 A013965
|
|
KEYWORD
|
nonn,mult
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|