Mr. Hu is running up a staircase. If he can take one, two, or three steps at a time, then in how many distinct ways can he run up eleven steps of the staircase?
Note: Running up one stair then two stairs is considered different from running up two stairs then one stair.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If a n = The number of ways he can get to the n th step, then,
Beyond that, (for n > 2 ):
a n = a n − 3 + a n − 2 + a n − 1
a 1 1 = 5 0 4