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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110069 Numbers n such that n=(d_1+d_2+...+d_k)*prime(d_1*d_2*...*d_k) where d_1 d_2 ... d_k is the decimal expansion of n. 0
188217, 216925, 329319, 22146969, 236256594 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

There is no further term up to 660000000.

This sequence is finite since (d_1+d_2+...+d_k)*prime(d_1*d_2*...*d_k) <= 9k * prime(9^k) << 9^k * k^2 << n. The bound can be made effective using the results of Dusart or others; for example, a(n) < 10^150. These can be improved with more work, but completing the sequence seems hard. [Charles R Greathouse IV, May 07, 2011]

EXAMPLE

236256594 is in the sequence because 236256594=(2+3+6+2+5+6+5+9+4)*prime(2*3*6*2*5*6*5*9*4).

MATHEMATICA

Do[h = IntegerDigits[m]; l = Length[h]; If[Min[h] > 0 && m == Sum[h[[k]], {k, l}]*(Prime[Product[h[[k]], {k, l}]]), Print[m]], {m, 655000000}]

CROSSREFS

Cf. A097640.

Sequence in context: A046507 A151422 A186137 * A006028 A206018 A186584

Adjacent sequences:  A110066 A110067 A110068 * A110070 A110071 A110072

KEYWORD

more,nonn,base,fini

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Jul 17 2005

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 14 04:17 EST 2012. Contains 205570 sequences.