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.

Showing 1-2 of 2 results.

A068091 Number of board-pair-pile hexagonal polyominoes with n cells.

Original entry on oeis.org

1, 3, 11, 44, 186, 814, 3648, 16611, 76437, 354112, 1647344, 7682237, 35873310, 167625690, 783470179, 3662035980, 17115684065, 79986841677, 373759118882, 1746296080947
Offset: 1

Views

Author

Moa Apagodu, Mar 22 2002 and Oct 31 2002

Keywords

Examples

			This sequence first diverges from A059716 at n = 4. a(4) is 2 greater than A059716(4) because a(4) counts the following 2 fixed polyhexes of 4 cells that contain a column with two contiguous blocks of cells:
     _    _
   _/ \  / \_
  / \_/  \_/ \
  \_/      \_/
  / \_    _/ \
  \_/ \  / \_/
    \_/  \_/
This sequence first diverges from A001207 at n = 7. a(7) is 4 less than A001207(7) because a(7) does not count the following 4 fixed polyhexes of 7 cells that contain a column with more than two contiguous blocks of cells:
     _    _        _        _
   _/ \  / \_    _/ \      / \_
  / \_/  \_/ \  / \_/      \_/ \
  \_/      \_/  \_/          \_/
  / \_    _/ \  / \_        _/ \
  \_/ \  / \_/  \_/ \_    _/ \_/
  / \_/  \_/ \    \_/ \  / \_/
  \_/      \_/      \_/  \_/
  / \_    _/ \     _/ \  / \_
  \_/ \  / \_/    / \_/  \_/ \
    \_/  \_/      \_/      \_/
		

Crossrefs

Programs

  • Maple
    The sequence is generated by a Maple program that accompanies the paper "Counting Hexagonal Lattice Animals using Umbral-Transfer-Matrix Method (UTMM)"

A157608 Array read by antidiagonals, giving number of fixed hexagonal polyominoes of height up to n/2 and with hexagonal cell count k.

Original entry on oeis.org

0, 1, 0, 1, 0, 0, 1, 2, 0, 0, 1, 3, 2, 0, 0, 1, 3, 6, 2, 0, 0, 1, 3, 10, 11, 2, 0, 0, 1, 3, 11, 25, 19, 2, 0, 0, 1, 3, 11, 37, 61, 32, 2, 0, 0, 1, 3, 11, 43, 111, 142, 53, 2, 0, 0, 1, 3, 11, 44, 153, 320, 323, 87, 2, 0, 0, 1, 3, 11, 44, 177, 514, 896, 723, 142, 2, 0, 0
Offset: 1

Views

Author

Jonathan Vos Post, Mar 02 2009

Keywords

Examples

			The array begins:
================================================
n=1 | 0 | 0 |  0 |  0 |   0 |   0 |   0 |    0 |
n=2 | 1 | 0 |  0 |  0 |   0 |   0 |   0 |    0 |
n=3 | 1 | 2 |  2 |  2 |   2 |   2 |   2 |    2 |
n=4 | 1 | 3 |  6 | 11 |  19 |  32 |  53 |   87 |
n=5 | 1 | 3 | 10 | 25 |  61 | 142 | 323 |  723 |
n=6 | 1 | 3 | 11 | 37 | 111 | 320 | 896 | 2461 |
================================================
		

Crossrefs

Programs

Formula

T(n, k) = A001207(k) for n >= 2*k. - Andrey Zabolotskiy, Aug 31 2024

Extensions

Definition not clear to me! "Height" refers to the lattice or to the polyominoes? - N. J. A. Sloane, Mar 14 2009
Name clarified and more terms added by Andrey Zabolotskiy, Aug 24 2024
Showing 1-2 of 2 results.