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.

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.

This page as a plain text file.
%I A112717 #5 Mar 30 2012 17:37:43
%S A112717 102873384,104754444,104840625,104963320,106600792,108512770,
%T A112717 108860625,108864585,110640784,110756648,116660400,116672500,
%U A112717 117480648,120297912,120876448,120916400,121864290,124704384,125792500,126528640,128333700
%N 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.
%e A112717 phi(128972250)=128*972*250, so 128972250 is in the sequence.
%t A112717 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}]
%Y A112717 Cf. A058627, A112714, A112715.
%K A112717 base,fini,nonn
%O A112717 1,1
%A A112717 _Farideh Firoozbakht_, Sep 16 2005