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.

A222173 Number of pentagons added at n-th stage to the structure of A222172.

Original entry on oeis.org

0, 1, 1, 1, 2, 3, 2, 1, 2, 4, 4, 3, 5, 7, 4, 1, 2, 4, 6, 8
Offset: 0

Views

Author

Omar E. Pol, Mar 21 2013

Keywords

Comments

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

Examples

			Apparently this is an irregular triangle:
0;
1, 1;
1, 2, 3, 2;
1, 2, 4, 4, 3, 5, 7, 4;
1, 2, 4, 6, 8,...
		

Crossrefs

Formula

a(n) = A222181(n+2)/10 = A222177(n+1)/2, n >= 1.