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”).

A078543
Balanced refactorable numbers.
2
1, 2, 12, 56, 248, 12192, 28896, 60960, 61344, 66528, 86304, 94944, 129504, 133920, 140448, 182880, 201924, 207264, 242316, 282720, 408672, 416640, 426720, 429408, 604128, 664608, 671760, 776736, 792480, 854496, 862752, 906528
OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (calculated using data from Jud McCranie, terms 1..500 from Donovan Johnson)
EXAMPLE
n=56: tau(56)=8, sigma(56)=120, phi(56)=24, q1=120/24=5 for balancedness, q2=56/8=7 for refactorability.
MATHEMATICA
Do[s=DivisorSigma[1, n]/EulerPhi[n]; If[ !IntegerQ[s]&&!PrimeQ[n], Print[n]], {n, 1, 256}]
CROSSREFS
Intersection of A033950 and A020492.
Sequence in context: A037130 A181298 A247121 * A084128 A044047 A296944
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 04 2002
STATUS
approved