Inspired by my solution to 2x2 Matrix with no zero entries where $A^k=0$ - Nilpotence? I came up with this problem.
Let $A$ be a $nxn$ matrix which is not the zero matrix $0$ (in which all elements are zero).
Problems:
(i) Find an example for which $A.A\ne0$ but $A.A.A=0$.
(ii) Generalization: defining k-nilpotence for $k\ge4$ as $A^i\ne 0$ for $i=1..(k-1)$ but $A^k=0$ find examples. What can be said about the dimension of the smallest k-nilpotent matrix?
EDIT
Motivation for the second part of (ii): It can be easily shown explicitly that for a 2x2-matrix $A^3=0$ implies $A^2=0$. Hence a 3-nilpotent matrix must have at least dimension 3.
My conjecture is that this holds in general: a $k$-nilpotent matrix must have at least dimension $k$.
Hence the task is to prove of disprove the conjecture.