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!)
A335069 Numbers k where records occur for phi(k+1)/phi(k), where phi is the Euler totient function (A000010). 1
1, 2, 6, 30, 210, 2310, 30030, 120120, 690690, 1021020, 2042040, 4084080, 9699690, 58198140, 96996900, 106696590, 223092870, 892371480, 6469693230, 6915878970, 19409079690, 32348466150, 71166625530, 200560490130, 7420738134810, 8624101075590 (list; graph; refs; listen; history; text; internal format)
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.
B. S. K. R. Somayajulu, On Euler's totient function phi(n), Math. Student, Vol. 18 (1950), pp. 31-32.
LINKS
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
Sequence in context: A096775 A331665 A171989 * A361807 A233438 A002110
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 22 2020
EXTENSIONS
a(24)-a(26) from Giovanni Resta, May 24 2020
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 May 5 09:50 EDT 2024. Contains 372269 sequences. (Running on oeis4.)