login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A168146
Numbers n such that phi(n) > pi(n).
1
1, 5, 7, 9, 11, 13, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85
OFFSET
1,2
COMMENTS
Numbers n such that A000010(n) > A000720(n).
LINKS
FORMULA
A000010(a(n)) > A000720(a(n)).
A000027 \ A037229. - R. J. Mathar, Nov 19 2009
EXAMPLE
A000010(a(1)=1)=1>A000720(a(1)=1)=0; A000010(a(2)=5)=4>A000720(a(2)=5)=3.
MATHEMATICA
Select[Range[100], EulerPhi[#]>PrimePi[#]&] (* Harvey P. Dale, Jun 03 2016 *)
CROSSREFS
Cf. A000010, A000720, A037121, A037228, A037229 (complement), A073456.
Sequence in context: A128163 A177088 A362486 * A343064 A106505 A097985
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Nov 19 2009
STATUS
approved