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!)
A335052 Odd unitary abundant numbers whose unitary abundancy is closer to 2 than that of any smaller odd unitary abundant number. 3
15015, 19635, 21945, 23205, 25935, 31395, 33915, 39585, 41055, 45885, 51765, 80535, 83265, 354585, 359205, 361515, 366135, 382305, 389235, 400785, 403095, 407715, 414645, 416955, 423885, 430815, 437745, 442365, 77967015, 132335385, 617102535, 724239285, 1756753845 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The unitary abundancy of a number k is usigma(k)/k, where usigma(k) is the sum of unitary divisors of k (A034448).
LINKS
EXAMPLE
The unitary abundancies of the first terms are 2.148..., 2.112..., 2.099..., 2.085..., 2.072..., ...
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); seq = {}; r = 3; Do[s = usigma[n]/n; If[s > 2 && s < r, AppendTo[seq, n]; r = s], {n, 1, 10^6, 2}]; seq
CROSSREFS
Sequence in context: A129485 A360526 A249263 * A294026 A133778 A200090
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 21 2020
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)