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!)
A328859 Indices k of records of low value in the ratios A319696(k)/A000005(k) between the number of distinct values of the Euler totient function applied to the divisors of k and the number of divisors of k. 2
1, 2, 60, 120, 240, 480, 960, 1920, 3840, 4080, 8160, 16320, 32640, 65280, 130560, 261120, 522240, 1044480, 1485120, 2227680, 2970240, 4455360, 8910720, 17821440, 35642880, 42325920, 63488880, 69090840, 84651840, 126977760, 169303680, 253955520, 507911040, 761866560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The maximal possible value of the ratio A319696(k)/A000005(k) is 1 which occurs at the terms of A326835.
The rounded values of the corresponding ratios are 1, 0.5, 0.417, 0.375, 0.35, 0.333, 0.321, 0.313, 0.306, 0.275, 0.25, 0.232, 0.219, 0.208, 0.2, 0.193, 0.188, 0.183, 0.179, 0.170, 0.168, 0.158, 0.148, 0.141, 0.135, 0.132, 0.130, 0.129, 0.122, 0.117, 0.115, 0.108, 0.102, 0.101, ...
LINKS
MATHEMATICA
r[n_] := Length @ Union[EulerPhi /@ (d = Divisors[n])]/Length[d]; rm = 2; s = {}; Do[r1 = r[n]; If[r1 < rm, rm = r1; AppendTo[s, n]], {n, 1, 10^5}]; s
CROSSREFS
Sequence in context: A370881 A354770 A087004 * A141055 A275819 A048541
KEYWORD
nonn
AUTHOR
Amiram Eldar, Oct 28 2019
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 August 29 14:45 EDT 2024. Contains 375517 sequences. (Running on oeis4.)