OFFSET
1,2
COMMENTS
Somayajulu (1950) proved that phi(k+1)/phi(k) is unbounded, hence this sequence is infinite.
a(27) <= 16445960190660. - Giovanni Resta, May 24 2020
REFERENCES
József Sándor, Dragoslav S. Mitrinovic, Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, page 16.
LINKS
B. S. K. R. Somayajulu, On Euler's totient function phi(n), Math. Student, Vol. 18 (1950), pp. 31-32; entire issues 1 and 2.
EXAMPLE
The values of phi(k+1)/phi(k) for the first terms are 1, 2, 3, 3.75, 4.375, 4.8125, ...
MATHEMATICA
rm = 0; s1 = 1; seq = {}; Do[s2 = EulerPhi[n]; If[(r = s2/s1) > rm, rm = r; AppendTo[seq, n-1]]; s1 = s2, {n, 2, 10^6}]; seq
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 22 2020
EXTENSIONS
a(24)-a(26) from Giovanni Resta, May 24 2020
STATUS
approved