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-1 of 1 results.

A114068 sigma(n) + phi(n) is a fourth power.

Original entry on oeis.org

110, 125, 609, 2047, 4895, 9819, 10149, 10367, 18974, 31269, 37032, 40662, 42032, 44238, 44835, 48125, 51459, 51535, 52487, 77425, 90090, 116633, 129846, 137865, 145299, 146566, 151438, 159565, 161614, 162334, 207710, 307327, 357116
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Examples

			sigma(110) + phi(110) = 256 = 4^4.
		

Crossrefs

Cf. A065387, subsequence of A062784.

Programs

  • PARI
    isok(n) = ispower(sigma(n) + eulerphi(n), 4); \\ Michel Marcus, Jan 09 2014
Showing 1-1 of 1 results.