JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
OwenT
(Built-in Mathematica Symbol) OwenT[x, a] gives Owen's T function T(x, a).
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.
CarmichaelLambda[n] gives the Carmichael function \[Lambda](n), defined as the smallest integer m such that k^m \[Congruent] 1 mod n for all k relatively prime to n.
JacobiDS[u, m] gives the Jacobi elliptic function ds(u | m).
JacobiND[u, m] gives the Jacobi elliptic function nd(u | m).
JacobiSD[u, m] gives the Jacobi elliptic function sd(u | m).
Mathematica allows graphics to appear anywhere in notebooks, including inline in text or other expressions. You can specify how the graphics should be placed and rendered, ...
RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.