cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A100966 Values of k such that EulerPhi(k) < k/(exp(EulerGamma)*log(log(k))).

Original entry on oeis.org

3, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 36, 40, 42, 48, 50, 54, 60, 66, 70, 72, 78, 84, 90, 96, 102, 108, 114, 120, 126, 132, 138, 140, 144, 150, 156, 162, 168, 174, 180, 186, 192, 198, 204, 210, 216, 222, 228, 234, 240, 246, 252, 258, 264
Offset: 1

Views

Author

Eric W. Weisstein, Nov 23 2004

Keywords

Comments

From Vladimir Shevelev, Dec 08 2016: (Start)
Define P = exp(gamma)*log(log(k)), where gamma is Euler's constant A001620. The sequence lists numbers k for which phi(k) < k/P, where phi(k) is Euler's function A000010.
In 1909, Landau proved that for each eps>0, there exist infinitely many k for which phi(k) < k/P', where P' = exp(gamma-eps)*log(log(k)). In 1983 Nicolas strengthened Landau's result showing that there exist infinitely many k for which phi(k) < k/P. So this sequence is infinite.
All terms are even, except for 3,5,9 and 15. See proof in [Choie et al., Theorem 2.1]. (End)

References

  • E. Landau, Handbuch der Lehre yon der Verteilung der Primzahlen, 2 vols., Leipzig, Teubner, 1909. Reprinted in 1953 by Chelsea Publishing Co., New York.

Crossrefs

Superset of A227243.
Cf. A000010 (phi), A001620 (gamma), A279161.

Extensions

Edited by N. J. A. Sloane, Jan 04 2017

A279291 a(n) = floor((k/phi(k) - (e^gamma)*loglog(k))*sqrt(log(k))) where k = A100966(n).

Original entry on oeis.org

1, 1, 0, 2, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 2, 1, 0, 2, 1, 0, 1, 2, 1, 0, 0, 1, 1, 2, 0, 0, 0, 0, 2, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 2, 0, 2, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1
Offset: 1

Views

Author

Vladimir Shevelev, Dec 09 2016

Keywords

Comments

Assuming the Riemann hypothesis, no term exceeds 4. Indeed, let c(n) = (n/phi(n) - (e^gamma)*loglog(n))*sqrt(log(n)). Then, by [Nicolas], the Riemann hypothesis is equivalent to the inequality: for n>=2, c(n)<=c(N), where N is the product of the first 66 primes such that c(N)=4.0628356921... . Since for n in [or "not in", the grammar of the original was ambiguous here - N. J. A. Sloane, Jan 04 2017] A100966, we have c(n)<=0, for those n c(n)<=c(N). Thus assuming the R. H. we see that a(n)<=4.
On the other hand, we conjecture that a(n)<=4 should be true independent of the R. H. If so, then the statement that the R. H. is false would be equivalent to the existence of n for which c(n) is in interval (c(N),5).

Examples

			The first term in A100966 is k=3. So a(1) = {floor((3/phi(3) - (e^gamma)*loglog(3))*sqrt(log(3)))} = floor((3/2 - 1.78...*0.094...)*1.048...) = 1.
		

Crossrefs

Extensions

More terms from Peter J. C. Moses, Dec 09 2016
Showing 1-2 of 2 results.