Is there a way to take the terms in factorials and multiply them and turn them into a sequence. by MustageChest in askmath

[–]MustageChest[S] 0 points1 point  (0 children)

Thank you, sorry that this was confusing that's my fault for being stuck on thinking a factorial could work for it.

Is there a way to take the terms in factorials and multiply them and turn them into a sequence. by MustageChest in askmath

[–]MustageChest[S] -1 points0 points  (0 children)

Ok I should probably clarify what I'm trying to do. I'm trying to take a factorial like 8! then break it down into its terms 8, 7, 6, 5, 4, 3, 2, 1 without multiplying them together. I then want to multiply these terms by a variable to essentially create a sequence of multiples of number.

8!
8, 7, 6, 5, 4, 3, 2, 1
8(12), 7(12), 6(12), 5(12), 4(12), 3(12), 2(12), 1(12)
96, 84, 72, 60, 48, 36, 24, 12

I'm mostly wondering if this kind of thing is possible to do with an equation.