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!)
A353038 Unitary harmonic numbers (A006086) that are not unitary arithmetic numbers (A103826). 0
90, 40682250, 81364500, 105773850, 423095400, 1798155450, 14385243600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are 290 unitary harmonic numbers below 10^12, and only 7 of them are in this sequence.
LINKS
EXAMPLE
90 is in the sequence since its unitary divisors are {1, 2, 5, 9, 10, 18, 45, 90}, their harmonic mean, 4, is an integer, but their arithmetic mean, 45/2, is not.
MATHEMATICA
q[n_] := Module[{f = FactorInteger[n], d, s}, d = 2^Length[f]; s = Times @@ (1 + Power @@@ f); IntegerQ[n*d/s] && !IntegerQ[s/d]]; Select[Range[5*10^7], q]
CROSSREFS
The unitary version of A046999.
Subsequence of A006086.
Sequence in context: A135428 A028672 A172650 * A252093 A172756 A306304
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 19 2022
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)