Computer scienceAlgorithms and Data StructuresAlgorithmsPrinciples and techniquesDynamic programming

Dynamic programming: another approach

Superfactorial!!

Report a typo

Suppose we invented a new number function – the superfactorial. It is denoted as n!!n!!, and is defined as: n!!=nn(n1)(n1)(n2)(n2)...2211n!! = n * n * (n-1) * (n-1) * (n-2) * (n-2) * ... * 2 * 2 * 1 * 1. What is the superfactorial of number 1515?

Enter a number
___

Create a free account to access the full topic