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.

A116021 phi(n) plus the n-th prime gives a square.

Original entry on oeis.org

2, 4, 14, 27, 30, 65, 80, 113, 174, 332, 483, 498, 547, 684, 734, 737, 761, 944, 1693, 1855, 2204, 3358, 3461, 3647, 3787, 3908, 4180, 6144, 6915, 7638, 7763, 10249, 10676, 12235, 13359, 14038, 16002, 19736, 21148, 23392, 23899, 24295, 24663
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Examples

			phi(332)+p(332)=2401=49^2.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[25000],IntegerQ[Sqrt[EulerPhi[#]+Prime[#]]]&] (* Harvey P. Dale, Oct 05 2019 *)
Showing 1-1 of 1 results.