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!)
A047727 Average divisor is an integer (A003601) and the number is refactorable (A033950). 4
1, 56, 60, 96, 132, 184, 204, 248, 276, 348, 376, 480, 492, 504, 564, 568, 612, 632, 636, 672, 708, 824, 852, 864, 996, 1016, 1056, 1068, 1208, 1212, 1248, 1284, 1336, 1356, 1520, 1528, 1572, 1592, 1632, 1644, 1656, 1784, 1788, 1824, 1908, 1912, 1980 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Both sigma_1(x)/sigma_0(x) and x/sigma_0(x) are integers. - clarified by Harvey P. Dale, Apr 27 2012
EXAMPLE
x = 56, sigma(x) = 120, number of divisors of x = 8. 120/8 and 56/8 are integers.
MATHEMATICA
adiQ[n_]:=Module[{ds1=DivisorSigma[1, n], ds0=DivisorSigma[0, n]} , Divisible[ ds1, ds0]&&Divisible[n, ds0]]; Select[Range[2000], adiQ] (* Harvey P. Dale, Apr 27 2012 *)
PROG
(PARI) isok(n) = my(d = numdiv(n)); !(n % d) && !(sigma(n) % d); \\ Michel Marcus, Oct 15 2016
CROSSREFS
Sequence in context: A345495 A045001 A116660 * A069810 A292896 A154768
KEYWORD
nonn
AUTHOR
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)