login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Balanced refactorable numbers.
2

%I #15 Dec 04 2019 10:00:36

%S 1,2,12,56,248,12192,28896,60960,61344,66528,86304,94944,129504,

%T 133920,140448,182880,201924,207264,242316,282720,408672,416640,

%U 426720,429408,604128,664608,671760,776736,792480,854496,862752,906528

%N Balanced refactorable numbers.

%H Amiram Eldar, <a href="/A078543/b078543.txt">Table of n, a(n) for n = 1..10000</a> (calculated using data from Jud McCranie, terms 1..500 from Donovan Johnson)

%e n=56: tau(56)=8, sigma(56)=120, phi(56)=24, q1=120/24=5 for balancedness, q2=56/8=7 for refactorability.

%t Do[s=DivisorSigma[1, n]/EulerPhi[n]; If[ !IntegerQ[s]&&!PrimeQ[n], Print[n]], {n, 1, 256}]

%Y Intersection of A033950 and A020492.

%Y Cf. A078538, A078539, A078540.

%K nonn

%O 1,2

%A _Labos Elemer_, Dec 04 2002