137858491850
domain: N
Appears in sequences
- a(n) = sigma_10(n), the sum of the 10th powers of the divisors of n.at n=12A013958
- Numerator of sum of -10th powers of divisors of n.at n=12A017683
- a(0) = 0, a(n) = 13^(n-1) + 1.at n=11A141012
- a(n) = Sum_{d|n} (-1)^(d-1)*d^10.at n=12A321549
- a(n) = Sum_{d|n} (-1)^(n/d+1)*d^10.at n=12A321555
- a(n) = Sum_{d divides n} (-1)^(d + n/d) * d^10.at n=12A321807
- Sum of 10th powers of odd divisors of n.at n=12A321814
- a(n) = Sum_{d|n, n/d odd} d^10 for n > 0.at n=12A321819
- a(n) = Sum_{d|n, d==1 mod 4} d^10 - Sum_{d|n, d==3 mod 4} d^10.at n=12A321826
- a(n) = Sum_{d|n, d==1 mod 4} d^10 - Sum_{d|n, d==3 mod 4} d^10.at n=25A321826
- a(n) = Sum_{d|n, n/d==1 mod 4} d^10 - Sum_{d|n, n/d==3 mod 4} d^10.at n=12A321834
- Sum of the 10th powers of the squarefree divisors of n.at n=12A351273
- a(n) = n^10 * Product_{p|n, p prime} (1 + 1/p^10).at n=12A351305
- Sum of the 10th powers of the odd proper divisors of n.at n=25A352038