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.

A222177 Number of pentagons added at n-th stage to the structure of A222176.

Original entry on oeis.org

0, 1, 2, 2, 2, 4, 6, 4, 2, 4, 8, 8, 6, 10, 14, 8, 2, 4, 8, 12, 16
Offset: 0

Views

Author

Omar E. Pol, Mar 21 2013

Keywords

Comments

Essentially the first differences of A222176.
Also number of P-toothpicks added at n-th stage to the P-toothpick structure of A222176.
First differs from A152968 at a(10).

Examples

			Apparently this is an irregular triangle:
0;
1;
2, 2;
2, 4, 6, 4;
2, 4, 8, 8, 6, 10, 14, 8;
2, 4, 8, 12, 16,...
		

Crossrefs

Formula

a(n) = A222181(n+1)/5, n >= 1.