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!)
A140798 Harmonic numbers that are not multiply-perfect. 3
140, 270, 1638, 2970, 6200, 8190, 18600, 18620, 27846, 55860, 105664, 117800, 167400, 173600, 237510, 242060, 332640, 360360, 539400, 695520, 726180, 753480, 950976, 1089270, 1421280, 1539720, 2229500, 2290260, 2457000, 2845800, 4358600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence is A001599 excluding those entries that appear in A007691.
Multiply-perfect numbers m (with sigma(m)/m an integer) are necessarily harmonic numbers (with tau(m)/{sigma(m)/m } an integer), but the converse is not true : If m divides sigma(m), then quotient sigma(m)/m divides tau(m) [m=A007691]; However, quotient tau(n)/{sigma(n)/n} being an integer does not imply quotient sigma(n)/n is necessarily an integer [n=A001599].
REFERENCES
J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 140, pp 48, Ellipses, Paris 2008.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..912 (terms < 10^14)
MATHEMATICA
Select[Range[10^6], (d = Divisors[#]; IntegerQ[HarmonicMean[d]] && Mod[Total[d], #] != 0)&] (* Jean-François Alcover, Nov 13 2017 *)
CROSSREFS
Sequence in context: A276026 A259718 A090945 * A325022 A337689 A360217
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Jul 15 2008
EXTENSIONS
Initial term 1 removed and offset corrected by Donovan Johnson, Jan 25 2012
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)