|
| |
|
|
A009996
|
|
Numbers with digits in nonincreasing order.
|
|
15
|
|
|
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20, 21, 22, 30, 31, 32, 33, 40, 41, 42, 43, 44, 50, 51, 52, 53, 54, 55, 60, 61, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 110, 111, 200, 210, 211
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,3
|
|
|
COMMENTS
|
Base 10 representation Sum{d(i)*10^i: i=0,1,...,m} has d(m) >= d(m-1) >= ... >= d(1) >= d(0).
These numbers might be called "Nialpdromes".
A004186(a(n)) = a(n). - Reinhard Zumkeller, Oct 31 2007
|
|
|
LINKS
|
R. Zumkeller, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Digit.
|
|
|
MATHEMATICA
|
Select[Range[0, 211], GreaterEqual@@IntegerDigits[#]&] (* Ray Chandler, Oct 25 2011 *)
|
|
|
CROSSREFS
|
Differs from A032873 and A032907.
Cf. A064222, A152054.
Sequence in context: A084383 A032873 A072543 * A032907 A130576 A190220
Adjacent sequences: A009993 A009994 A009995 * A009997 A009998 A009999
|
|
|
KEYWORD
|
nonn,base
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
EXTENSIONS
|
Corrected by Rick L. Shepherd, Jun 06 2002
|
|
|
STATUS
|
approved
|
| |
|
|