|
Search: id:A113622
|
|
|
| A113622 |
|
Numbers n such that the reverse of the representation of phi(n) is a substring of n, in base 10. |
|
+0 2
|
|
| 1, 21, 63, 270, 291, 1065, 2991, 6102, 10087, 10279, 10654, 16528, 144069, 1440069, 10253179, 10657654, 14400069, 16163608
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
If p=480...023 is prime, then n=3*p=1440...069 and phi(n)=960...044, thus n belongs to the sequence.
|
|
EXAMPLE
|
phi(1_440069) = 960044.
|
|
MATHEMATICA
|
lst = {}; Do[If[{}!= StringPosition[ToString@n, StringReverse@ToString@EulerPhi@n], AppendTo[lst, n], {n, 2*10^7}]; lst
|
|
CROSSREFS
|
Cf. A069215.
Adjacent sequences: A113619 A113620 A113621 this_sequence A113623 A113624 A113625
Sequence in context: A082060 A025525 A033850 this_sequence A069215 A115921 A072395
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 26 2006
|
|
|
Search completed in 0.002 seconds
|