|
Search: id:A072393
|
|
|
| A072393 |
|
Numbers n such that n - reverse(n) = phi(n). |
|
+0 3
|
|
| 91, 874, 3411, 9093, 40112, 44252, 54081, 67284, 80224, 90933, 91503, 4961782, 5400081, 5726691, 8750834, 9076921, 9155055, 54000081, 62023914, 90766921, 93079231
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
If m>1 and p=2*10^m+3 is prime then n=27*p is in the sequence because n-reversal(n)=27*(2*10^m+3)-reversal(27*(2*10^m+3))= (54*10^m+81)-(18*10^m+45)=36*10^m+36=18*(2*10^m+2)=phi(27)* phi(2*10^m+3)=phi(27*(2*10^m+3))=phi(n). Also if m>2 and p=(389*10^m+109)/3 is prime then 7*p is in the sequence (the proof is easy). Next term is greater than 2*10^8. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 27 2006
|
|
EXAMPLE
|
91 - 19 = 72 = phi(91), so 91 is a term of the sequence.
|
|
MATHEMATICA
|
Select[Range[10^5], # - FromDigits[Reverse[IntegerDigits[n]]] == EulerPhi[ # ] &]
|
|
CROSSREFS
|
Cf. A114926, A114927.
Sequence in context: A047696 A043459 A038488 this_sequence A085952 A129255 A093291
Adjacent sequences: A072390 A072391 A072392 this_sequence A072394 A072395 A072396
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Joseph L. Pe (JosephL.Pe(AT)hotmail.com), Jul 21 2002
|
|
EXTENSIONS
|
More terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 27 2006
|
|
|
Search completed in 0.002 seconds
|