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!)
A336671 Unitary barely 3-abundant: numbers m such that 3 < usigma(m)/m < usigma(k)/k for all numbers k < m, where usigma is the sum of unitary divisors function (A034448). 2

%I #10 Jul 30 2020 03:39:34

%S 30030,39270,43890,46410,51870,62790,67830,79170,82110,91770,103530,

%T 161070,166530,709170,718410,723030,732270,764610,778470,801570,

%U 806190,815430,829290,833910,847770,861630,875490,884730,155934030,264670770,1234205070,1448478570

%N Unitary barely 3-abundant: numbers m such that 3 < usigma(m)/m < usigma(k)/k for all numbers k < m, where usigma is the sum of unitary divisors function (A034448).

%C The corresponding values of usigma(m)/m are 3.222..., 3.168...., 3.149..., 3.127..., 3.109..., ...

%H Amiram Eldar, <a href="/A336671/b336671.txt">Table of n, a(n) for n = 1..36</a>

%t usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); s = {}; rm = 4; Do[r = usigma[n]/n; If[r > 3 && r < rm, rm = r; AppendTo[s, n]], {n, 1, 10^5}]; s

%Y The unitary version of A259312.

%Y Subsequence of A285615.

%Y Cf. A034448, A034683, A302570, A336672.

%K nonn

%O 1,1

%A _Amiram Eldar_, Jul 29 2020

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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)