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.

A220499 Number of line segments in an H tree with n levels that have no correspondence with the toothpicks of the toothpick structure of A139250 after n-th stage.

Original entry on oeis.org

0, 0, 0, 0, 4, 16, 40, 92, 212, 464, 968, 1980, 4016, 8096, 16260, 32612, 65364, 130896, 261960, 524092, 1048368, 2096928, 4194052, 8388324, 16776912, 33554112, 67108516, 134217344, 268435032, 536870428, 1073741252, 2147482996, 4294966612, 8589933904
Offset: 0

Views

Author

Omar E. Pol, Feb 16 2013

Keywords

Comments

More generally, differences between A000225 and A139250.

Examples

			For n = 0..3, the number of line segments in the H tree equals the number of toothpicks in the toothpick structure of A139250, so a(n) = 0, if 0 <= n <= 3. Note that there is a correspondence between every element from the two structures. For n = 4 the H tree contains 15 line segments, on the other hand the toothpick structure contains only 11 toothpicks. There are four line segments in the H tree that have no correspondence with the toothpicks of the toothpicks structure. They are the four line segments of the last generation that are closer to the center of the H tree, so a(4) = 4.
		

Crossrefs

Formula

a(n) = A000225(n) - A139250(n).