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.

A112717 9-digit numbers n such that phi(n) = d_1 d_2 d_3*d_4 d_5 d_6* d_7 d_8 d_9 where d_1 d_2 ... d_9 is the decimal expansion of n.

Original entry on oeis.org

102873384, 104754444, 104840625, 104963320, 106600792, 108512770, 108860625, 108864585, 110640784, 110756648, 116660400, 116672500, 117480648, 120297912, 120876448, 120916400, 121864290, 124704384, 125792500, 126528640, 128333700
Offset: 1

Views

Author

Farideh Firoozbakht, Sep 16 2005

Keywords

Examples

			phi(128972250)=128*972*250, so 128972250 is in the sequence.
		

Crossrefs

Programs

  • Mathematica
    Do[h=IntegerDigits[n]; k=Length[h]; If[EulerPhi[n]==Product[ 100*h[[3j-2]]+10h[[3j-1]]+h[[3j]], {j, k/3}], Print[n]], {n, 10^8, 128400000}]
Showing 1-1 of 1 results.