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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004185 a(0) = 0; for n>0, arrange nonzero digits of n in increasing order. 8
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 12, 22, 23, 24, 25, 26, 27, 28, 29, 3, 13, 23, 33, 34, 35, 36, 37, 38, 39, 4, 14, 24, 34, 44, 45, 46, 47, 48, 49, 5, 15, 25, 35, 45, 55, 56, 57 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Zero digits are omitted for n >= 1.

Record values: A009994. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 05 2009]

LINKS

R. Zumkeller, Table of n, a(n) for n = 0..10000 [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 05 2009]

MATHEMATICA

FromDigits[Sort[DeleteCases[IntegerDigits[#], 0]]]&/@Range[0, 60] (* From Harvey P. Dale, Nov 29 2011 *)

PROG

(Haskell)

import Data.List (sort)

a004185 n = read $ sort $ show n :: Integer

-- Reinhard Zumkeller, Aug 10 2011

CROSSREFS

Cf. A004719, A004151.

Cf. A193581, A193582, A065641.

Sequence in context: A069652 A055483 A059717 * A068636 A004719 A004151

Adjacent sequences:  A004182 A004183 A004184 * A004186 A004187 A004188

KEYWORD

nonn,base,nice,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.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 15 10:06 EST 2012. Contains 205763 sequences.