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.

A222181 Number of pentagons added at n-th stage to the structure of A222180.

Original entry on oeis.org

0, 1, 5, 10, 10, 10, 20, 30, 20, 10, 20, 40, 40, 30, 50, 70, 40, 10, 20, 40, 60, 80
Offset: 0

Views

Author

Omar E. Pol, Mar 15 2013

Keywords

Comments

Essentially the first differences of A222180.
Also number of P-toothpicks added at n-th stage to the P-toothpick structure of A222180.

Examples

			Apparently this is an irregular triangle:
0;
1;
5;
10,10;
10,20,30,20;
10,20,40,40,30,50,70,40;
10,20,40,60,80,...
		

Crossrefs

Formula

a(n) = 10*A222173(n-2), n >= 3. - Omar E. Pol, Nov 24 2013