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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046760 Wasteful numbers. 7
4, 6, 8, 9, 12, 18, 20, 22, 24, 26, 28, 30, 33, 34, 36, 38, 39, 40, 42, 44, 45, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 104, 108, 110, 114 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Write n as product of primes raised to powers, let D(n) = number of digits in product, l(n) = number of digits in n; sequence gives n such that D(n)>l(n).

A050252(a(n)) > A055642(a(n)). [Reinhard Zumkeller, Jun 21 2011]

LINKS

J.-P. Delahaye, Les chasseurs de nombres premiers

R. G. E. Pinch, Economical numbers.

Eric Weisstein's World of Mathematics, Wasteful Number.

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

EXAMPLE

For n=125=5^3, l(n)=3 but D(n)=2.

MATHEMATICA

Cases[Range[115], n_ /; Length[Flatten[IntegerDigits[FactorInteger[n] /. 1 -> Sequence[]]]] > Length[IntegerDigits[n]]] (* Jean-François Alcover, Mar 21 2011 *)

CROSSREFS

Cf. A046758, A046759.

Sequence in context: A028958 A200878 A036310 * A115684 A020201 A161760

Adjacent sequences:  A046757 A046758 A046759 * A046761 A046762 A046763

KEYWORD

nonn,nice,base,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Eric Weisstein (eric(AT)weisstein.com).

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 20:38 EST 2012. Contains 205663 sequences.