Pentagonal numbers are generated by the formula: $P_n = \tfrac 12n(3n-1)$ giving the sequence: $$1,5,12,22,35, 51,70,92,\ldots $$ Some pentagonal numbers can be expressed as the sum of...
A monic polynomial is a single-variable polynomial in which the coefficient of highest degree is equal to $1$. Define $\mathcal{F}$ to be the set of all monic...
A standard $52$ card deck comprises thirteen ranks in four suits. However, modern decks have two additional Jokers, which neither have a suit nor a rank, for...
For a positive integer $n$, the function $g(n)$ is defined as $$\displaystyle g(n)=\sum_{i=1}^{n} (-1)^i \gcd \left(n,i^2\right)$$ For example, $g(4) = -\gcd \left(4,1^2\right) + \gcd \left(4,2^2\right) – \gcd...
This problem uses half open interval notation where $[a,b)$ represents $a \le x < b$. A real number, $x_1$, is chosen in the interval $[0,1)$. A second...