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!)
A273012 Totient of the n-th semiprime. 1

%I #20 Nov 13 2016 09:19:31

%S 2,2,6,4,6,8,12,10,20,12,20,16,24,18,24,22,42,32,40,36,28,30,48,44,36,

%T 60,40,64,42,56,72,60,46,72,52,72,88,58,96,110,60,80,84,108,66,92,70,

%U 120,112,72,120,78,104,132,82,156,116,88,120,144,160,96,132,100

%N Totient of the n-th semiprime.

%C If A001358(n) = p^2, then a(n) = p*(p-1).

%C If A001358(n) = p*q where p and q are distinct, then a(n) = (p-1)*(q-1).

%F a(n) = phi(semiprime(n)) = A000010(A001358(n)), where phi is Euler's totient function.

%F If A001358(n) = A006881(i), then a(n) = n+1-A228578(i). - _R. J. Mathar_, Nov 13 2016

%e a(3) = 6 because A000010(9) = 2*3 = 6.

%p A273012 := proc(n)

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

%p end proc:

%p seq(A273012(n),n=1..40) ; # _R. J. Mathar_, Nov 13 2016

%t EulerPhi@ Select[Range@ 202, PrimeOmega@ # == 2 &] (* _Michael De Vlieger_, May 13 2016 *)

%o (PARI) lista(nn) = for(n=1, nn, if(bigomega(n) == 2, print1(eulerphi(n), ", ")));

%Y Cf. A000010, A001358, A006093 (totients of primes).

%K nonn

%O 1,1

%A _Altug Alkan_, May 13 2016

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)