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!)
A291959 Numbers n such that the arithmetic, geometric and harmonic means of phi(n) and psi(n) are all integers, where phi(n) is the Euler totient function (A000010) and psi(n) is the Dedekind psi function (A001615). 1

%I #9 Oct 06 2019 10:58:32

%S 1,150,300,418,450,525,600,750,836,900,1200,1350,1500,1575,1672,1800,

%T 2250,2400,2625,2700,3000,3135,3344,3600,3675,3750,4050,4500,4598,

%U 4725,4800,5400,6000,6688,6750,7200,7500,7875,7942,8100,9000,9196,9405,9600,10800

%N Numbers n such that the arithmetic, geometric and harmonic means of phi(n) and psi(n) are all integers, where phi(n) is the Euler totient function (A000010) and psi(n) is the Dedekind psi function (A001615).

%C The number of terms below 10^3, 10^4, ... are 10, 44, 147, 397, ...

%H Amiram Eldar, <a href="/A291959/b291959.txt">Table of n, a(n) for n = 1..10000</a>

%e phi(150)=40, psi(150)=360, their arithmetic mean = 200, geometric mean = 120, harmonic mean = 72 are all integers.

%t dedekindPsi[n_] := If[n < 1, 0, n Sum[MoebiusMu[d]^2/d, {d, Divisors@n}]];

%t aQ[n_] := Module[{s = dedekindPsi[n], p = EulerPhi[n]}, IntegerQ[(s + p)/2] && IntegerQ[Sqrt[s*p]] && IntegerQ[2 s*p/(s + p)]]; Select[Range[10^5], aQ]

%Y Cf. A000010, A001615, A065146.

%K nonn

%O 1,2

%A _Amiram Eldar_, Sep 06 2017

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)