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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113760 a(n) is the least number having sum of digits n in base 10 and also exactly n distinct prime factors. 0
20, 30, 2002, 100130, 30030, 11030110, 1010011310, 21020110020, 10030101101020, 3003001000200110, 1010211202010010, 10020011010010010210110 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

EXAMPLE

a(2)=20 since 2+0=2 and 20=2^2*5 has 2 distinct prime factors.

a(5)=100130 since 1+0+0+1+3+0=5 and 100130=2*5*17*19*31 has 5 distinct prime factors.

MATHEMATICA

Lk[n_] := Block[{k = 2}, While[n != Plus @@ IntegerDigits[k] || n != Length@FactorInteger@k, k++ ]; k]; L = {}; Do[v = Lk[n]; Print[{n, v}]; AppendTo[L, v], {n, 2, 5}]; L

CROSSREFS

Sequence in context: A181639 A166631 A167360 * A053679 A158844 A077340

Adjacent sequences:  A113757 A113758 A113759 * A113761 A113762 A113763

KEYWORD

base,hard,more,nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 18 2006

EXTENSIONS

More terms from Don Reble (djr(AT)nk.ca), Oct 26 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 17 19:13 EST 2012. Contains 206085 sequences.