CellularAutomaton::rspec
The third element in the first argument of CellularAutomaton cannot be an empty list:
CellularAutomaton[{3, 2, {}}, {0, 1, 0}, 5]This shows valid arguments in CellularAutomaton:
CellularAutomaton[{3, 2, 1}, {0, 1, 0}, 5]