login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A193245
Ordered Stirling numbers S1(n,k) >= 0.
2
0, 1, 2, 11, 24, 35, 85, 175, 274, 322, 546, 720, 870, 1320, 1624, 1925, 2717, 3731, 5005, 6580, 6769, 8500, 10812, 13068, 13566, 16815, 20615, 22449, 25025, 30107, 35926, 40320, 42550, 50050, 58500, 63273, 67977, 78561, 90335, 103385, 117800, 118124, 133672
OFFSET
1,3
COMMENTS
List all Stirling numbers of the first kind >=0, sort and remove duplicates.
MATHEMATICA
s1 = Select[Union[Flatten[Table[Table[StirlingS1[n, k], {k, 1, 100}], {n, 1, 100}]]], #>=0&]; Table[s1[[j]], {j, 1, 100}]
CROSSREFS
Sequence in context: A291679 A239741 A042347 * A041803 A220281 A297545
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 01 2013
STATUS
approved