|
| |
|
|
A032447
|
|
Inverse function of phi( ).
|
|
6
| |
|
|
1, 2, 3, 4, 6, 5, 8, 10, 12, 7, 9, 14, 18, 15, 16, 20, 24, 30, 11, 22, 13, 21, 26, 28, 36, 42, 17, 32, 34, 40, 48, 60, 19, 27, 38, 54, 25, 33, 44, 50, 66, 23, 46, 35, 39, 45, 52, 56, 70, 72, 78, 84, 90, 29, 58, 31, 62, 51, 64, 68, 80, 96, 102, 120, 37, 57, 63, 74, 76, 108, 114, 126
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Arrange integers in order of increasing phi value; the phi values themselves form A007614.
Inverse of sequence A064275 considered as a permutation of the positive integers. - Howard A. Landman (howard(AT)polyamory.org), Sep 25 2001
|
|
|
REFERENCES
| Sivaramakrishnan: The many facets of Euler's Totient, I. Nieuw Arch. Wisk. 4 (1986),175-190.
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..10000
Index entries for sequences that are permutations of the natural numbers
|
|
|
EXAMPLE
| phi(1)=phi(2)=1, phi(3)=phi(4)=phi(6)=2, phi(5)=phi(8)=...=4,...
|
|
|
MATHEMATICA
| Last[ Transpose[ Sort[ Table[ {EulerPhi[ i ], i}, {i, 1, 200} ] ] ] ]
|
|
|
CROSSREFS
| Cf. A000010, A007614.
Sequence in context: A118316 A197756 A080738 * A058213 A080997 A151942
Adjacent sequences: A032444 A032445 A032446 * A032448 A032449 A032450
|
|
|
KEYWORD
| nonn,easy,nice
|
|
|
AUTHOR
| Ursula Gagelmann (gagelmann(AT)altavista.net)
|
|
|
EXTENSIONS
| Example corrected, more terms and program from Olivier Gerard (02/99).
|
| |
|
|