Cases
(Built-in Mathematica Symbol) Cases[{e_1, e_2, ...}, pattern] gives a list of the e_i that match the pattern. Cases[{e_1, ...}, pattern -> rhs] gives a list of the values of rhs corresponding to the e_i ...
Catalan
(Built-in Mathematica Symbol) Catalan is Catalan's constant, with numerical value \[TildeEqual] 0.915966.
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
Definition[symbol] prints as the definitions given for a symbol.
Element
(Built-in Mathematica Symbol) Element[x, dom] or x \[Element] dom asserts that x is an element of the domain dom. Element[{x_1, x_2, ...}, dom] asserts that all the x_i are elements of dom. Element[patt, ...
EulerGamma is Euler's constant \[Gamma], with numerical value \[TildeEqual] 0.577216.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
Get
(Built-in Mathematica Symbol) << name reads in a file, evaluating each expression in it, and returning the last one.
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).