login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A279289 Numbers n such that phi(n) > tau(n). 5
5, 7, 9, 11, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A000010(n) > A000005(n).
There are 11 numbers n such that phi(n) <= tau(n) and 7 numbers n such that phi(n) = tau(n); see A020490 and A020488.
For n >= 31; phi(n) - tau(n) >= 1, see A063070.
LINKS
FORMULA
a(n) = n + 11 for n >= 20.
EXAMPLE
14 is a term because phi(14) = 6 > tau(14) = 4.
MATHEMATICA
Select[Range@ 77, EulerPhi@ # > DivisorSigma[0, #] &] (* Michael De Vlieger, Dec 11 2016 *)
PROG
(Magma) [n: n in[1..1000] | EulerPhi(n) gt NumberOfDivisors(n)]
(PARI) is(n) = eulerphi(n) > numdiv(n) \\ Felix Fröhlich, Dec 09 2016
(PARI) a(n)=if(n<20, select(k -> eulerphi(k)>numdiv(k), [5..29])[n], n+11) \\ Charles R Greathouse IV, Dec 16 2016
CROSSREFS
Complement of A020490.
Sequence in context: A080353 A184108 A254760 * A175382 A279244 A325797
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 09 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)