login
A099103
Natural numbers n with more digits than Euler totient phi(n).
1
10, 12, 14, 15, 16, 18, 20, 24, 30, 100, 102, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 126, 128, 129, 130, 132, 134, 135, 136, 138, 140, 141, 142, 144, 146, 147, 148, 150, 152, 153, 154, 156, 158, 160, 162, 164, 165
OFFSET
1,1
COMMENTS
This sequence is an indirect comment on the referenced comment of R. K. Guy concerning the occurrence of 301-digit numbers.
LINKS
R. K. Guy, Re: Odd Perfect Numbers, Sep 23 2004 post to NMBRTHRY mailing list.
EXAMPLE
10 is in the sequence because 2, the number of digits in 10, is more than 1, the number of digits in 4 = phi(10).
MATHEMATICA
Select[Range[200], IntegerLength[#] > IntegerLength[EulerPhi[#]] &] (* Harvey P. Dale, Dec 14 2010 *)
CROSSREFS
Sequence in context: A122426 A141322 A350180 * A208271 A094879 A206286
KEYWORD
base,easy,nonn
AUTHOR
Walter Nissen, Sep 25 2004
STATUS
approved