This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 3

Show that all terms of the sequence $1,11,111,1111,...$ in base $9$ are triangular numbers, i.e. of the form $\frac{m(m+1)}{2} $for an integer $m$
Suppose that $y$ is a positive integer written only with digit $1$, in base $9$ system. Prove that $y$ is a triangular number, that is, exists positive integer $n$ such that the number $y$ is the sum of the $n$ natural numbers from $1$ to $n$.
A number is said to be [i]triangular [/i] if it can be expressed in the form $1 + 2 +...+n$ for some positive integer $n$. We call a positive integer $a$ [i]retriangular [/i] if there exists a fixed positive integer $ b$ such that $aT +b$ is a triangular number whenever $T$ is a triangular number. Determine all retriangular numbers.