Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
Norm
(Built-in Mathematica Symbol) Norm[expr] gives the norm of a number, vector or matrix. Norm[expr, p] gives the p-norm.
Skewness[list] gives the coefficient of skewness for the elements in list.Skewness[dist] gives the coefficient of skewness for the symbolic distribution dist.
NumberOfInvolutions[n] counts the number of involutions on n elements.
NumberOfPartitions[n] counts the number of integer partitions of n.
NumberOfPermutationsByCycles[n, m] gives the number of permutations of length n with exactly m cycles.
RandomHeap[n] constructs a random heap on n elements.
SymmetricGroup[n] returns the symmetric group on n symbols.
NInverseDTFourierTransform[expr, \[Omega], n] gives a numerical approximation to the inverse discrete time Fourier transform of expr evaluated at the integer n, where expr is ...
AlternatingGroup[n] represents the alternating group of degree n.