The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A318083 Numbers m such that sigma(sigma(m))/sigma(m) <= sigma(m)/m. 2

%I #15 Apr 04 2024 07:55:30

%S 1,2,4,8,9,12,16,18,25,32,36,48,50,52,64,72,80,81,84,90,98,100,108,

%T 112,128,144,150,156,162,180,192,196,200,208,225,240,242,244,252,256,

%U 288,289,292,300,320,324,336,338,360,372,388,392,400,420,432,441,444,448,450,468,484

%N Numbers m such that sigma(sigma(m))/sigma(m) <= sigma(m)/m.

%C A318059 and A318060 give f(n) = sigma(sigma(n))/n.

%C Let g(n) = sigma(n)/n, then f(n) = g(sigma(n))*g(n).

%C For g(), see A017665 and A017666.

%C Then this sequence are the integers m for which g(sigma(m)) <= g(m).

%C Are there other integers than 1, for which sigma(sigma(m))/sigma(m) = sigma(m)/m?

%H Amiram Eldar, <a href="/A318083/b318083.txt">Table of n, a(n) for n = 1..10000</a>

%t q[n_] := Module[{s = DivisorSigma[1, n]}, DivisorSigma[1, s]/s <= s/n]; Select[Range[500], q] (* _Amiram Eldar_, Apr 04 2024 *)

%o (PARI) isok(n) = my(sn=sigma(n)); sigma(sn)/sn <= sn/n;

%Y Cf. A000203 (sigma), A017665, A017666, A051027, A318059, A318060, A318084.

%K nonn

%O 1,2

%A _Michel Marcus_, Aug 15 2018

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 June 7 08:03 EDT 2024. Contains 373151 sequences. (Running on oeis4.)