cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A078543 Balanced refactorable numbers.

This page as a plain text file.
%I A078543 #15 Dec 04 2019 10:00:36
%S A078543 1,2,12,56,248,12192,28896,60960,61344,66528,86304,94944,129504,
%T A078543 133920,140448,182880,201924,207264,242316,282720,408672,416640,
%U A078543 426720,429408,604128,664608,671760,776736,792480,854496,862752,906528
%N A078543 Balanced refactorable numbers.
%H A078543 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 A078543 n=56: tau(56)=8, sigma(56)=120, phi(56)=24, q1=120/24=5 for balancedness, q2=56/8=7 for refactorability.
%t A078543 Do[s=DivisorSigma[1, n]/EulerPhi[n]; If[ !IntegerQ[s]&&!PrimeQ[n], Print[n]], {n, 1, 256}]
%Y A078543 Intersection of A033950 and A020492.
%Y A078543 Cf. A078538, A078539, A078540.
%K A078543 nonn
%O A078543 1,2
%A A078543 _Labos Elemer_, Dec 04 2002