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!)
A070556 a(n) = cototient(totient(n)). 8

%I #16 Sep 08 2022 08:45:05

%S 0,0,1,1,2,1,4,2,4,2,6,2,8,4,4,4,8,4,12,4,8,6,12,4,12,8,12,8,16,4,22,

%T 8,12,8,16,8,24,12,16,8,24,8,30,12,16,12,24,8,30,12,16,16,28,12,24,16,

%U 24,16,30,8,44,22,24,16,32,12,46,16,24,16,46,16,48

%N a(n) = cototient(totient(n)).

%H G. C. Greubel, <a href="/A070556/b070556.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A051953(A000010(n)).

%p A051953 := proc(n)

%p n-numtheory[phi](n) ;

%p end proc:

%p A070556 := proc(n)

%p A051953(numtheory[phi](n)) ;

%p end proc: # _R. J. Mathar_, Oct 13 2011

%t Table[EulerPhi[n] - EulerPhi[EulerPhi[n]], {n, 80}] (* _Vincenzo Librandi_, Aug 06 2015 *)

%o (Magma) [EulerPhi(n)-EulerPhi(EulerPhi(n)): n in [1..100]]; // _Vincenzo Librandi_, Aug 06 2015

%Y Cf. A000010, A051953, A054571.

%K nonn,look

%O 1,5

%A _N. J. A. Sloane_, May 06 2002

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 July 14 17:05 EDT 2024. Contains 374322 sequences. (Running on oeis4.)