login
A243214
Number of ways to place 5 points on a triangular grid of side n, so that no three of them are vertices of an equilateral triangle with sides parallel to the grid.
4
0, 63, 1566, 13971, 77124, 319206, 1083723, 3181401, 8344854, 20006349, 44548227, 93248628, 185176866, 351410664, 640972980, 1129067352, 1928196432, 3203016813
OFFSET
3,2
FORMULA
a(n) = (n^10 + 5*n^9 - 10*n^8)/3840 + O(n^7)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Heinrich Ludwig, Jun 10 2014
STATUS
approved