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
1, 2, 5, 16, 534, 7412, 17280, 146533, 633932, 1424705, 5879645 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
phi(17280)*prime(17280) = 4608*191461 = 882252288.
MATHEMATICA
pppQ[n_]:=Module[{c=IntegerDigits[EulerPhi[n]Prime[n]]}, c == Reverse[c]]; Select[Range[6000000], pppQ] (* Harvey P. Dale, Aug 01 2012 *)
CROSSREFS
Sequence in context: A357341 A037075 A358004 * A033835 A366609 A178198
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved

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