OFFSET
1,2
COMMENTS
LINKS
T. D. Noe, Table of n, a(n) for n = 1..5477 (for factorials up to 10)
T. D. Noe, A log-log plot
EXAMPLE
The table looks as follows:
1,2, /* A055506(1)=2 numbers for which phi(n) = 1! = 1 */
3,4,6, /* A055506(2)=3 numbers for which phi(n) = 2! = 2 */
7,9,14,18, /* A055506(3)=4 numbers for which phi(n) = 3! = 6 */
35,39,45,52,56,70,72,78,84,90, /* A055506(4)=10 numbers for which phi(n) = 4! = 24 */
143,155,175,183,225,231,244,248,286,308,310,350,366,372,396,450,462, /* A055506(5)=17 numbers for which phi(n) = 5! = 120 */ ...
PROG
(PARI) for(m=1, 8, for( n=f=m!, f*(m+1), eulerphi(n)==f & print1(n", ")); print())
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
M. F. Hasler, Oct 02 2009
STATUS
approved