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.

A294981 a(n) is the number of elements added at n-th stage to the structure of the cellular automaton of A294980.

Original entry on oeis.org

1, 3, 6, 6, 6, 18, 18, 18, 6
Offset: 1

Views

Author

Omar E. Pol, Feb 10 2018

Keywords

Examples

			This cellular automaton has word "ab". The row lengths are the terms of A011782 multiplied by 2, so the structure of this irregular triangle is as follows:
a,b;
a,b;
a,b,a,b;
a,b,a,b,a,b,a,b;
a,b,a,b,a,b,a,b,a,b,a,b,a,b,a,b;
...
Triangle begins:
1,  3;
6,  6;
6, 18, 18, 18;
...
		

Crossrefs

Cf. A294980, A296612 (gives more information about the "word" of a cellular automaton).
Cf. A139251, A160121 (Y-toothpicks), A161207 (V-toothpicks).