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.

A300285 The number of solutions to phi(x) = phi(x+1) below 10^n, where phi(x) is the Euler totient function.

Original entry on oeis.org

2, 3, 10, 17, 36, 68, 142, 306, 651, 1267, 2567, 5236, 10755
Offset: 1

Views

Author

Amiram Eldar, Mar 01 2018

Keywords

Comments

Data extracted from A001274.
The terms were calculated by:
a(1)-a(2) - R. Ratat (1917).
a(3) - Victor L. Klee, Jr. (1947).
a(4)-a(5) - Mohan Lal and Paul Gillard (1972).
a(6) - David Ballew, Janell Case and Robert N. Higgins (1975).
a(7)-a(8) - Robert Baillie (1976).
a(9)-a(10) - Sidney West Graham, Jeffrey J. Holt, and Carl Pomerance (1999).
a(11) - T. D. Noe (2009).
a(12) - Jud McCranie (2012).
a(13) - Giovanni Resta (2014).

Examples

			Below 10^2 there are 3 solutions x = 1, 3, 15, hence a(2) = 3.
		

References

  • R. Ratat, L'Intermédiaire des Mathématiciens, Vol. 24, pp. 101-102, 1917.

Crossrefs

Programs

Formula

According to Thomas Ordowski's conjecture in A001274, a(n) ~ 10^(C*n/3), where C = 9/Pi^2 = 0.911891... Numerically it seems that C ~ 0.93.