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.

A370228 Number of chordless cycles in the n-triangular honeycomb bishop graph.

Original entry on oeis.org

0, 0, 1, 7, 39, 237, 1734, 15450, 165682, 2102614, 31015311, 524013081, 10030700577, 215582832795, 5159960081308, 136564828657252, 3972563571866868, 126343835507748636, 4372455341681750061, 163953900979575446619, 6635493391775352850603, 288852182590324903158841
Offset: 1

Views

Author

Eric W. Weisstein, Feb 12 2024

Keywords

Crossrefs

Cf. A370224.

Programs

  • PARI
    \\ CCGenRook defined in A370224.
    a(n) = subst(CCGenRook(vector(n,i,n+1-i)), y, 1) \\ Andrew Howroyd, May 27 2025

Extensions

a(12) onwards from Andrew Howroyd, May 27 2025