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.

A240442 Number of ways to place 5 points on a triangular grid of side n so that no three of these points are vertices of an equilateral triangle of any orientation.

Original entry on oeis.org

0, 39, 1194, 11259, 64776, 275805, 957516, 2859768, 7606821, 18444537, 41458599, 87464157, 174846963, 333687378, 611613150, 1081890447
Offset: 3

Views

Author

Heinrich Ludwig, Apr 08 2014

Keywords

Crossrefs

Formula

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

Extensions

a(16)-a(18) from Heinrich Ludwig, Apr 25 2014