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.

A290646 Number of dissections of an n-gon into 3- and 4-gons counted up to rotations and reflections.

Original entry on oeis.org

1, 2, 2, 7, 14, 53, 171, 691, 2738, 11720, 50486, 224012, 1005468, 4581815, 21093190, 98093226, 459986674, 2173599817, 10340539744, 49496519950, 238240366274, 1152543685463, 5601603835982, 27341242042238, 133977037982121, 658902522544060, 3251446102879398
Offset: 3

Views

Author

Evgeniy Krasko, Sep 03 2017

Keywords

Examples

			For a(5) = 2 the dissections of a pentagon are: a dissection into 3 triangles; a dissection into one triangle and one quadrangle.
		

Crossrefs

Cf. A001004 (counted distinctly).

Programs

  • Mathematica
    (* See A295419 for DissectionsModDihedral. *)
    DissectionsModDihedral[Boole[# == 3 || # == 4]& /@ Range[1, 30]] (* Jean-François Alcover, Sep 25 2019, after Andrew Howroyd *)
  • PARI
    \\ See A295419 for DissectionsModDihedral.
    DissectionsModDihedral(apply(v->v==3||v==4, [1..25])) \\ Andrew Howroyd, Nov 22 2017

Extensions

Terms a(16) and beyond from Andrew Howroyd, Nov 22 2017