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.

A328276 The number of solutions to phi(x) = rad(x)^n, where phi is the Euler totient function (A000010) and rad is the squarefree kernel function (A007947).

Original entry on oeis.org

3, 6, 16, 85, 969
Offset: 1

Views

Author

Amiram Eldar, Oct 10 2019

Keywords

Comments

The author informs me that because there of an error in one of the references, a(4) is > 85. - N. J. A. Sloane, Nov 23 2019

Examples

			a(1) = 3 since there are only 3 solutions to phi(x) = rad(x): x = 1, 4, and 18.
a(2) = 6 since there are only 6 solutions to phi(x) = rad(x)^2: x = 1, 8, 108, 250, 6174, and 41154 (the terms of A211413).
		

Crossrefs