False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
expr //. rules repeatedly performs replacements until expr no longer changes.
Rest
(Built-in Mathematica Symbol) Rest[expr] gives expr with the first element removed.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
PrimePi
(Built-in Mathematica Symbol) PrimePi[x] gives the number of primes \[Pi] (x) less than or equal to x.
Sometimes it is useful to work directly with the request message that is sent to a web service. This message may be retrieved using the ToServiceRequest function. ...