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
1, 2, 4, 8, 9, 12, 16, 18, 25, 32, 36, 48, 50, 52, 64, 72, 80, 81, 84, 90, 98, 100, 108, 112, 128, 144, 150, 156, 162, 180, 192, 196, 200, 208, 225, 240, 242, 244, 252, 256, 288, 289, 292, 300, 320, 324, 336, 338, 360, 372, 388, 392, 400, 420, 432, 441, 444, 448, 450, 468, 484 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A318059 and A318060 give f(n) = sigma(sigma(n))/n.
Let g(n) = sigma(n)/n, then f(n) = g(sigma(n))*g(n).
For g(), see A017665 and A017666.
Then this sequence are the integers m for which g(sigma(m)) <= g(m).
Are there other integers than 1, for which sigma(sigma(m))/sigma(m) = sigma(m)/m?
LINKS
MATHEMATICA
q[n_] := Module[{s = DivisorSigma[1, n]}, DivisorSigma[1, s]/s <= s/n]; Select[Range[500], q] (* Amiram Eldar, Apr 04 2024 *)
PROG
(PARI) isok(n) = my(sn=sigma(n)); sigma(sn)/sn <= sn/n;
CROSSREFS
Sequence in context: A304451 A098374 A182852 * A033858 A010379 A010395
KEYWORD
nonn
AUTHOR
Michel Marcus, Aug 15 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 May 13 08:41 EDT 2024. Contains 372498 sequences. (Running on oeis4.)