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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120122 Numbers n such that n=phi(d_1*d_2*...*d_k)*(d_1+d_2+...+d_k) where d_1 d_2... d_k is the decimal expansion of n. 2
1, 2, 24, 139968 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Conjecture: 139968 is the largest term. Except for the first term all terms are even. 139968 is also in the sequences A120121 & A120123, so it has a very pleasant property (see the Comments lines of A120121).

LINKS

Prime Curios, 139968.

EXAMPLE

24 is in the sequence because 24=phi(2*4)*(2+4).

MATHEMATICA

Do[If[h = IntegerDigits[n]; l = Length[h]; n == EulerPhi[ Product[h[[k]], {k, l}]]*Sum[h[[k]], {k, l}], Print[n]], {n, 100000000}]

CROSSREFS

Cf. A120121, A120123.

Sequence in context: A000722 A098679 A123851 * A068943 A100815 A159932

Adjacent sequences:  A120119 A120120 A120121 * A120123 A120124 A120125

KEYWORD

base,fini,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2006

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 21:56 EST 2012. Contains 205860 sequences.