A053784 Harmonic means of (1+e)-divisors of (1+e)-harmonic numbers.
1, 2, 3, 5, 6, 9, 9, 10, 11, 15, 15, 14, 8, 9, 17, 17, 12, 21, 19, 16, 14, 18, 29, 26, 29, 21, 20, 17, 24, 28, 22, 27, 39, 24, 30, 42, 23, 42, 48, 33, 26, 54, 41, 35, 37, 36, 34, 39, 31, 44, 40, 36, 38, 46, 51, 55, 77, 41, 60, 77, 54, 57, 88, 47, 43, 45, 46, 99
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..100
Programs
-
Mathematica
f[p_, e_] := (DivisorSigma[0, e] + 1)/(p^e + DivisorSum[e, p^(e - #) &]); h[n_] := n*Times @@ (f @@@ FactorInteger[n]); Select[h /@ Range[10^5], IntegerQ] (* Amiram Eldar, Sep 07 2019*)
Extensions
More terms from Amiram Eldar, Sep 07 2019
Comments