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.

A243144 Number of inequivalent (mod D_3) ways to place 5 points on a triangular grid of side n so that they are not vertices of an equilateral triangle of any orientation.

Original entry on oeis.org

0, 7, 204, 1891, 10846, 46068, 159830, 477033, 1268614, 3075291, 6911894, 14580293, 29145928, 55620816, 101945063, 180327134, 309087474
Offset: 3

Views

Author

Heinrich Ludwig, May 31 2014

Keywords

Crossrefs

Formula

a(n) = (n^10 + 5*n^9 - 30*n^8 - 150*n^7)/23040 + O(n^6).