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-3 of 3 results.

A070766 Number of polyhexes with n cells that tile the plane.

Original entry on oeis.org

1, 1, 3, 7, 22, 77, 294, 1054, 3788, 11326, 24790, 103641, 164559, 532510, 1574252, 2939898, 4761009, 21048218, 24306306, 95707819, 205176450
Offset: 1

Views

Author

Joseph Myers, May 05 2002

Keywords

References

  • M. Gardner, Tiling with Polyominoes, Polyiamonds and Polyhexes. Chap. 14 in Time Travel and Other Mathematical Bewilderments. New York: W. H. Freeman, pp. 175-187, 1988.

Crossrefs

Extensions

More terms from Joseph Myers, Nov 06 2003
a(20) and a(21) from Joseph Myers, Nov 17 2010

A070768 Number of polyhexes with n cells without holes that do not tile the plane.

Original entry on oeis.org

0, 0, 0, 0, 0, 4, 37, 381, 2717, 18760, 116439, 565943, 3033697, 14835067, 72633658, 356923880, 1746833634, 8532601529, 41868336466, 205618704167, 1012359995953
Offset: 1

Views

Author

Joseph Myers, May 05 2002

Keywords

References

  • M. Gardner, Tiling with Polyominoes, Polyiamonds and Polyhexes. Chap. 14 in Time Travel and Other Mathematical Bewilderments. New York: W. H. Freeman, pp. 175-187, 1988.

Crossrefs

Extensions

More terms from Joseph Myers, Nov 06 2003
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), May 05 2007

A071333 Number of polyiamonds with n cells that do not tile the plane.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 0, 21, 107, 619, 1300, 6740, 19812, 61075, 181036, 577551, 1626183, 4904626, 14071461, 41336066, 120630534, 352200161, 1023454347, 2997105957, 8761810505, 25648786717, 75161609591, 220583137840, 647825855933
Offset: 1

Views

Author

Joseph Myers, May 19 2002

Keywords

References

  • M. Gardner, Tiling with Polyominoes, Polyiamonds and Polyhexes. Chap. 14 in Time Travel and Other Mathematical Bewilderments. New York: W. H. Freeman, pp. 175-187, 1988.

Crossrefs

Equals A000577(n)-A071332(n) and A070764(n)+A071334(n). Cf. A054360, A070767.

Programs

  • Mathematica
    A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {, }][[All, 2]]];
    A000577 = A@000577;
    A071332 = A@071332;
    a[n_] := A000577[[n]] - A071332[[n]];
    a /@ Range[30] (* Jean-François Alcover, Feb 21 2020 *)

Extensions

More terms from Joseph Myers, Nov 11 2003
a(29) and a(30) from Joseph Myers, Nov 21 2010
Showing 1-3 of 3 results.