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!)
A279507 a(n) = floor(phi(n)/tau(n)). 3
1, 0, 1, 0, 2, 0, 3, 1, 2, 1, 5, 0, 6, 1, 2, 1, 8, 1, 9, 1, 3, 2, 11, 1, 6, 3, 4, 2, 14, 1, 15, 2, 5, 4, 6, 1, 18, 4, 6, 2, 20, 1, 21, 3, 4, 5, 23, 1, 14, 3, 8, 4, 26, 2, 10, 3, 9, 7, 29, 1, 30, 7, 6, 4, 12, 2, 33, 5, 11, 3, 35, 2, 36, 9, 6, 6, 15, 3, 39, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
a(n) = floor(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.
Sequences b(k) of numbers n such that a(n) = k are finite for all k >=0; see A279508 (the smallest numbers n such that a(n) = k for k>=0) and A279509 (the largest numbers n such that a(n) = k for k>=0).
See A140475 (numbers n such that floor(phi(n)/tau(n)) > floor(phi(m)/tau(m)) for all m < n).
LINKS
FORMULA
a(n) > 1 for numbers in A279289.
EXAMPLE
For n=5; a(5) = floor(phi(5)/tau(5)) = floor(4/2) = 2.
MATHEMATICA
Table[Floor[EulerPhi[n]/DivisorSigma[0, n]], {n, 1, 25}] (* G. C. Greubel, Dec 13 2016 *)
PROG
(Magma) [Floor(EulerPhi(n)/NumberOfDivisors(n)): n in[1..100]]
(PARI) for(n=1, 25, print1(floor(eulerphi(n)/numdiv(n)), ", ")) \\ G. C. Greubel, Dec 13 2016
CROSSREFS
Sequence in context: A329646 A293813 A218585 * A054656 A080096 A322978
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 13 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 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)