A015766 Numbers k such that phi(k) | sigma_8(k).
1, 2, 3, 6, 19689, 39378
Offset: 1
Programs
-
Mathematica
Select[Range[40000],Divisible[DivisorSigma[8,#],EulerPhi[#]]&] (* Harvey P. Dale, Jan 31 2016 *)
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.
Select[Range[40000],Divisible[DivisorSigma[8,#],EulerPhi[#]]&] (* Harvey P. Dale, Jan 31 2016 *)
Comments