OFFSET
0,6
COMMENTS
A037123(n) is the sum of the terms in row n.
EXAMPLE
Row 10, the sorted digits of 0 through 10, is 0, 0, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9.
MATHEMATICA
Flatten[Table[Sort[Flatten[IntegerDigits/@Range[0, n]]], {n, 0, 15}]] (* Harvey P. Dale, Nov 30 2015 *)
CROSSREFS
KEYWORD
base,easy,nonn,tabf
AUTHOR
Rick L. Shepherd, Oct 12 2009
STATUS
approved