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.

A220478 Equilateral triangle from the snowflake (or E-toothpick) structure of A161330 (see Comments lines for definition).

Original entry on oeis.org

0, 2, 4, 6, 10, 12, 16, 20, 24, 30, 34, 40, 48, 50, 54, 58, 64, 74, 80, 94, 102, 112, 126, 134, 146, 160, 164, 172, 180, 190, 206, 218, 240, 256, 272, 290, 302, 316, 332, 348, 364, 374, 386, 406, 420, 442, 464, 482, 500, 524, 542, 570, 588, 608, 636, 658, 686, 706, 724, 742
Offset: 0

Views

Author

Omar E. Pol, Dec 22 2012

Keywords

Comments

It appears that if n >> 1 the structure looks like an equilateral triangle, which is essentially one of the six wedges of the E-toothpick (or snowflake) structure of A161330. The sequence gives the number of E-toothpicks in the structure after n stages. A220498 (the first differences) gives the number added at the n-th round. For more information and some illustrations see A161330. For the E-toothpick right triangle see A211964.

Crossrefs

Formula

a(n) = n + (A161330(n) - 2)/6, n >= 1.
a(n) = n + A161336(n) = 2*A211964(n).