OFFSET
1,2
COMMENTS
A centered hexagonal grid of size n is a grid with A003215(n-1) points forming a hexagonal lattice.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
Eric Weisstein's World of Mathematics, Hex Number.
Eric Weisstein's World of Mathematics, Triangle.
FORMULA
EXAMPLE
For n = 2 the 32 triangles are the following:
/. * * * * . . . . . . . . * * *
. * * . * . * * . * * . . * . . * * * . * . . .
\. . . . . . * . * * . * . . * .
-
/* . . . . * * . . * * * * . . *
* . . * . * . . . . . * . . * . . . * . * * . .
\. * * . * * . * * . . * . . * .
-
/* . . . * * * * * . . . . . . *
. . . * . * . . * * . . * . . * . . . . * . . *
\* * . * . . . . * . * * * * . *
-
/* . . * * . . . . . . * * . . *
. * * * * . . * . * * . . * * . * . . . * * . .
\. . . . * . . * * . . * * . . *
CROSSREFS
KEYWORD
nonn
AUTHOR
Martin Renner, Apr 17 2014
EXTENSIONS
a(7) from Martin Renner, May 31 2014
a(8)-a(22) from Giovanni Resta, May 31 2014
Terms a(23) and beyond from Andrew Howroyd, Sep 18 2017
STATUS
approved