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!)
A302572 Unitary barely deficient numbers: unitary deficient numbers k such that usigma(k)/k > usigma(m)/m for all unitary deficient numbers m < k, where usigma(k) is the sum of the unitary divisors of k (A034448). 4
1, 2, 10, 84, 110, 1155, 6490, 34320, 55335, 80652, 163212, 449295, 676390, 1360810, 1503370, 1788490, 3214090, 22627605, 32062485, 35604492, 103712410, 365690892, 615206030, 815634435 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
The values of usigma(k)/k are 1, 1.5, 1.8, 1.904..., 1.963..., 1.994...
MATHEMATICA
usigma[n_] := If[n == 1, 1, Times @@ (1 + Power @@@ FactorInteger[n])]; seq = {}; r = 0; Do[s = usigma[n]/n; If[s < 2 && s > r, AppendTo[seq, n]; r = s], {n, 1, 1000000}]; seq
CROSSREFS
Sequence in context: A298690 A101878 A121194 * A121516 A024491 A250117
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 10 2018
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 July 15 05:04 EDT 2024. Contains 374324 sequences. (Running on oeis4.)