login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053783 (1+e)-harmonic numbers: harmonic mean of (1+e)-divisors is an integer. 3
1, 6, 28, 140, 728, 1638, 2184, 3640, 8008, 8190, 10920, 18620, 23808, 23895, 27846, 37128, 47790, 55860, 69160, 148960, 166656, 189810, 237510, 242060, 316680, 334530, 359600, 406215, 446880, 484120, 525690, 669060, 726180, 1029952, 1078800, 1089270, 1099170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If k = Product p(i)^r(i), d = Product p(i)^s(i) and s(i) = 0 or s(i) divides r(i), then d is a (1+e)-divisor of k.
LINKS
MATHEMATICA
f[p_, e_] := (DivisorSigma[0, e] + 1)/(p^e + DivisorSum[e, p^(e - #) &]); aQ[n_] := IntegerQ[n * Times @@ (f @@@ FactorInteger[n])]; Select[Range[10^5], aQ] (* Amiram Eldar, Sep 07 2019 *)
CROSSREFS
Sequence in context: A335316 A335317 A074247 * A216383 A283094 A110047
KEYWORD
nonn
AUTHOR
Naohiro Nomoto, Apr 14 2001
EXTENSIONS
More terms from Amiram Eldar, Sep 07 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 14 06:54 EDT 2024. Contains 375920 sequences. (Running on oeis4.)