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”).

A193246
Ordered unsigned Stirling numbers |S1(n,k)|.
3
0, 1, 2, 3, 6, 10, 11, 15, 21, 24, 28, 35, 36, 45, 50, 55, 66, 78, 85, 91, 105, 120, 136, 153, 171, 175, 190, 210, 225, 231, 253, 274, 276, 300, 322, 325, 351, 378, 406, 435, 465, 496, 528, 546, 561, 595, 630, 666, 703, 720, 735, 741, 780, 820, 861, 870, 903
OFFSET
1,3
COMMENTS
List all unsigned Stirling numbers of the first kind, sort and remove duplicates.
The only numbers below 10^8 that appear in more than one place in the table A130534 are 1, 6, and 120. - Pontus von Brömssen, Jul 20 2024
LINKS
Pontus von Brömssen, Table of n, a(n) for n = 1..10000
MATHEMATICA
s1 = Union[Flatten[Table[Table[Abs[StirlingS1[n, k]], {k, 1, 100}], {n, 1, 100}]]]; Table[s1[[j]], {j, 1, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 01 2013
STATUS
approved