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!)
A344102 Numbers k with at least two divisors d for which sigma(k) = d*sigma(d). 1
16380, 290160, 475020, 1372140, 4754880, 5284356, 5624892, 7033572, 8414640, 10322676, 12203100, 12724908, 16435692, 16655184, 24306480, 35675640, 36203076, 39792060, 43266132, 49758720, 55040076, 68229252, 70142436, 74662476, 76527360, 77084280, 82833660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sigma(16380) = 156*sigma(156) = 182*sigma(182).
sigma(16655184) = 4368*sigma(4368) = 4836*sigma(4836) = 5642*sigma(5642).
MATHEMATICA
Select[Range[1.5*10^6], Count[(d = Divisors[#]) * DivisorSigma[1, d], DivisorSigma[1, #]] > 1 &] (* Amiram Eldar, May 12 2021 *)
PROG
(Magma) s:=func<n|{d:d in Divisors(n)|DivisorSigma(1, n) eq DivisorSigma(1, d)*d}>; [n: n in [1..1000000]|#s(n) ge 2];
CROSSREFS
Sequence in context: A223109 A126824 A236778 * A307493 A075958 A075963
KEYWORD
nonn
AUTHOR
Marius A. Burtea, May 10 2021
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 June 9 02:41 EDT 2024. Contains 373227 sequences. (Running on oeis4.)