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!)
A115894 Numbers k such that phi(k)*prime(k) is a palindrome. 1

%I #9 Jul 15 2021 21:23:39

%S 1,2,5,16,534,7412,17280,146533,633932,1424705,5879645

%N Numbers k such that phi(k)*prime(k) is a palindrome.

%e phi(17280)*prime(17280) = 4608*191461 = 882252288.

%t pppQ[n_]:=Module[{c=IntegerDigits[EulerPhi[n]Prime[n]]},c == Reverse[c]]; Select[Range[6000000],pppQ] (* _Harvey P. Dale_, Aug 01 2012 *)

%Y Cf. A084122, A115891, A115893.

%K nonn,base

%O 1,2

%A _Giovanni Resta_, Feb 06 2006

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 24 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)