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.

A117284 Numbers k for which the cototient k-phi(k) is a triangular number.

Original entry on oeis.org

1, 2, 3, 5, 7, 9, 10, 11, 13, 17, 19, 23, 29, 31, 37, 39, 41, 43, 45, 47, 52, 53, 54, 55, 57, 59, 61, 67, 68, 71, 73, 79, 83, 85, 89, 90, 97, 101, 103, 107, 109, 113, 114, 117, 127, 129, 131, 137, 139, 149, 151, 157, 159, 163, 167, 168, 173, 175, 179, 181, 191, 193
Offset: 1

Views

Author

Luc Stevens (lms022(AT)yahoo.com), Apr 23 2006

Keywords

Examples

			39 is in the sequence because 39-phi(39) = 15, which is a triangular number.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[200],OddQ[Sqrt[8(#-EulerPhi[#])+1]]&] (* Harvey P. Dale, Jun 29 2015 *)
  • PARI
    isok(n) = ispolygonal(n - eulerphi(n), 3); \\ Michel Marcus, Feb 26 2014

Extensions

Offset corrected by Amiram Eldar, Mar 23 2021