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.

A241224 Number of acute triangles on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 8, 204, 1788, 8690, 30360, 85194, 205394, 441876, 870912, 1601708, 2783574, 4616220, 7358312, 11339430, 16972182, 24763604, 35328426, 49405944, 67873484, 91762128, 122276784
Offset: 1

Views

Author

Martin Renner, Apr 17 2014

Keywords

Comments

A centered hexagonal grid of size n is a grid with A003215(n-1) points forming a hexagonal lattice.

Examples

			For n = 2 the eight acute triangles are the following:
/. *     * *     * .     . .     . .     . .     * .     . *
. * *   . * .   * * .   * * .   . * .   . * *   . . *   * . .
\. .     . .     . .     * .     * *     . *     * .     . *
		

Crossrefs

Formula

a(n) = A241223(n) - A241225(n) - A241226(n).

Extensions

a(7) from Martin Renner, May 31 2014
a(8)-a(22) from Giovanni Resta, May 31 2014