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.

A222176 Total number of ON states after n generations of cellular automaton based on pentagons starting near of the vertex of an infinite 72-degree wedge.

Original entry on oeis.org

0, 1, 3, 5, 7, 11, 17, 21, 23, 27, 35, 43, 49, 59, 73, 81, 83, 87, 95, 107, 123
Offset: 0

Views

Author

Omar E. Pol, Mar 21 2013

Keywords

Comments

The structure is one of the five wedges of A222180.
The sequence gives the number of pentagons in the structure after n-th stage. A222177 (the first differences) gives the number of pentagons added at n-th stage.
Also P-toothpick sequence starting near of the vertex of an infinite 72-degree wedge, since each pentagon can be replaced by a P-toothpick.
For more information see A222180.
First differs from A152998 at a(10).

Crossrefs

Formula

a(n) = (A222180(n+1) - 1)/5.

Extensions

Name improved by Omar E. Pol, Nov 24 2013