login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101697 Numbers n such that phi(n) is equal to d_1!+d_2!+...+d_k!, where d_1 d_2 ... d_k is the decimal expansion of n. 3
1, 67585, 84466, 854696 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

854696 is in the sequence because phi(854696)=8!+5!+4!+6!+9!+6!.

MATHEMATICA

Do[h = IntegerDigits[n]; l = Length[h]; If[EulerPhi[n] == Sum[h[[k]]!, {k, l}], Print[n]], {n, 10000000}]

CROSSREFS

Cf. A100416.

Sequence in context: A043591 A022256 A198537 * A104948 A206193 A206665

Adjacent sequences:  A101694 A101695 A101696 * A101698 A101699 A101700

KEYWORD

base,fini,full,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Dec 12 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.