The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024412 Ordered Stirling numbers s(n,k) of the second kind. 8
0, 1, 3, 6, 7, 10, 15, 21, 25, 28, 31, 36, 45, 55, 63, 65, 66, 78, 90, 91, 105, 120, 127, 136, 140, 153, 171, 190, 210, 231, 253, 255, 266, 276, 300, 301, 325, 350, 351, 378, 406, 435, 462, 465, 496, 511, 528, 561, 595, 630, 666, 703, 741, 750, 780, 820, 861, 903, 946, 966 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
In other words, list all Stirling numbers of the second kind, sort and remove duplicates.
LINKS
MATHEMATICA
s2 = Union[Flatten[Table[Table[StirlingS2[n, k], {k, 1, 100}], {n, 1, 100}]]]; Table[s2[[j]], {j, 1, 100}] (* Vaclav Kotesovec, Jan 01 2013 *)
CROSSREFS
Sequence in context: A190685 A035000 A285569 * A255508 A262972 A115127
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by N. J. A. Sloane, Nov 21 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 12 17:51 EDT 2024. Contains 373359 sequences. (Running on oeis4.)