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.

A116022 n*phi(n)*phi(phi(n)) is a palindrome.

Original entry on oeis.org

1, 2, 3, 4, 309, 618, 9264, 43407
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Comments

No further terms up to 1 million. - Harvey P. Dale, Oct 04 2024

Examples

			43407*phi(43407)*phi(phi(43407)) = 6739855589376.
		

Crossrefs

Cf. A115891.

Programs

  • Mathematica
    Select[Range[44000],PalindromeQ[# EulerPhi[#] EulerPhi[EulerPhi[#]]]&] (* Harvey P. Dale, Oct 04 2024 *)