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.

A305058 Totients t such that the number of divisors of t equals the number of solutions of phi(x) = t.

Original entry on oeis.org

6, 12, 80, 160, 312, 352, 928, 1760, 1792, 3264, 3960, 7104, 7648, 13680, 15984, 16224, 17760, 19712, 20352, 20800, 21088, 22368, 23184, 25728, 25888, 26240, 27072, 29664, 47952, 57312, 60048, 62976, 67072, 73152, 74368, 77664, 78144, 81568, 85056, 85392, 86688
Offset: 1

Views

Author

Torlach Rush, May 24 2018

Keywords

Comments

For known terms gcd({phi(x) = t}) = 1.
This is not always the case, the smallest counterexample being t=4598784, a term of A303745, which has gcd({phi(x) = t}) = 1997. - Daniel Suteu, Dec 01 2018
Conjecture: Every term divides one or more subsequent terms.
Numbers n for which A000005(n) = A014197(n), positions of zeros in A322019. - Antti Karttunen, Dec 01 2018

Examples

			6 is a term because the divisors of 6 are {1,2,3,6} and the solutions of phi(x) = 6 are {7,9,14,18}.
12 is a term because the divisors of 12 are {1,2,3,4,6,12} and the solutions of phi(x) = 12 are {13,21,26,28,36,42}.
		

Crossrefs

Programs

Formula

tau(a(n)) = #{phi(x) = a(n)}.

Extensions

More terms from Daniel Suteu, Dec 01 2018