cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A294980 a(n) is the total number of elements after n-th stage in a hybrid cellular automaton formed by Y-toothpicks and V-toothpicks (see Comments lines for precise definition).

Original entry on oeis.org

0, 1, 4, 10, 16, 22, 40, 58, 76, 82
Offset: 0

Views

Author

Omar E. Pol, Nov 12 2017

Keywords

Comments

We are on the infinite triangular grid.
At stage 0 there are no elements in the structure, so a(0) = 0.
If n is odd at n-th stage we add Y-toothpicks to the structure.
If n is a positive even number at n-th stage we add V-toothpicks to the structure.
a(n) is the total number of Y-toothpicks and V-toothpicks after n-th stages.
A294981(n) gives the number of elements added to the structure at n-th stage.
The "word" of this cellular automaton is "ab". For further information about the word of cellular automata see A296612. - Omar E. Pol, Mar 05 2019

Crossrefs

Cf. A139250, A160120 (Y-toothpicks), A161206 (V-toothpicks), A294981 (first differences), A296612.
For other hybrid cellular automata see: A289840, A290220, A294020, A294962.