|
Search: id:A115921
|
|
|
| A115921 |
|
Numbers n such that the decimal digits of phi(n) are a permutation of those of n. |
|
+0 3
|
|
| 1, 21, 63, 291, 502, 2518, 2817, 2991, 4435, 5229, 5367, 5637, 6102, 6174, 6543, 6822, 7236, 7422, 8022, 8541, 8982, 17631, 18231, 18261, 20301, 20518, 20617, 21058, 22471, 22851, 25196, 25918, 27615, 29817, 34816, 35683, 43218, 44305
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Contains A069215 and A113781; is itself a subsequence of A082060. - M. F. Hasler, Nov 28 2007
|
|
EXAMPLE
|
phi(20301)=13200, phi(6543)=4356.
|
|
PROGRAM
|
(PARI) for(n=1, 10^5, if(vecsort(Vecsmall(Str(n)))==vecsort(Vecsmall(Str(eulerphi(n)))), print1(n", "))) \\ - M. F. Hasler
|
|
CROSSREFS
|
Cf. A069215, A113781, A082060.
Sequence in context: A033850 A113622 A069215 this_sequence A072395 A113781 A033481
Adjacent sequences: A115918 A115919 A115920 this_sequence A115922 A115923 A115924
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 06 2006
|
|
EXTENSIONS
|
Edited by M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Nov 28 2007
|
|
|
Search completed in 0.002 seconds
|