Problem 61001. Stirling Numbers - I

Problems #1388 & #45187 deal with Stirling numbers of the 2nd Kind.
Here, generate the Stirling numbers S(n,k) of the 1st kind of a given order n, for all degree k in descending order -
S(0,0) = 1;
S(1,1:0) = [1 0];
S(3,3:0) = [1 3 2 0];
Only vectorized solutions will be accepted. Check the test suite for banned functions.

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Sep 15, 2025

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author38

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!