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.

Showing 1-4 of 4 results.

A241223 Number of triangles on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 32, 900, 7380, 34676, 118044, 325872, 775856, 1653888, 3237984, 5923028, 10249596, 16938588, 26924036, 41393424, 61830480, 90059672, 128293728, 179185500, 245889068, 332107188, 442162836, 581060024, 754545360, 969196896, 1232477192, 1552824900
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 32 triangles are the following:
/. *     * *     * .     . .     . .     . .     . *     * *
. * *   . * .   * * .   * * .   . * .   . * *   * . *   . . .
\. .     . .     . .     * .     * *     . *     . .     * .
-
/* .     . .     . *     * .     . *     * *     * .     . *
* . .   * . *   . . .   . . *   . . *   . . .   * . *   * . .
\. *     * .     * *     . *     * .     . *     . .     * .
-
/* .     . .     * *     * *     * .     . .     . .     . *
. . .   * . *   . . *   * . .   * . .   * . .   . . *   . . *
\* *     . *     . .     . .     * .     * *     * *     . *
-
/* .     . *     * .     . .     . .     . *     * .     . *
. * *   * * .   . * .   * * .   . * *   . * .   . . *   * . .
\. .     . .     * .     . *     * .     . *     * .     . *
		

Crossrefs

Cf. A045996.

Formula

a(n) = A240826(n) - A241222(n).
a(n) = A241224(n) + A241225(n) + A241226(n) = A241227(n) + A241228(n).

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

A241225 Number of right triangles on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 12, 216, 1104, 3708, 9396, 20304, 38868, 68364, 112632, 176076, 263832, 381924, 536424, 735240, 985896, 1296540, 1676508, 2137392, 2689248, 3344244, 4114020
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.

Crossrefs

Cf. A077435.

Formula

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

Extensions

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

A241226 Number of obtuse triangles on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 12, 480, 4488, 22278, 78288, 220374, 531594, 1143648, 2254440, 4145244, 7202190, 11940444, 19029300, 29318754, 43872402, 63999528, 91288794, 127642164, 175326336, 237000816, 315772032
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.

Crossrefs

Cf. A190020.

Formula

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

Extensions

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

A241232 Number of acute triangles, distinct up to congruence, on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 2, 14, 49, 134, 296, 580, 1034, 1720, 2691, 4043, 5841, 8193, 11178, 14935, 19567, 25197, 31954, 40006, 49521, 60596, 73442, 88238, 105158, 124432, 146220, 170802, 198278, 228999, 263185, 300988, 342775, 388775, 439269, 494462, 554839, 620474, 691717, 769060, 852639
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 two kinds of non-congruent acute triangles are the following:
/. *     * .
. * *   . . *
\. .     * .
		

Crossrefs

Formula

a(n) = A241231(n) - A241233(n) - A241234(n)

Extensions

a(7) from Martin Renner, May 31 2014
a(8)-a(18) from Giovanni Resta, May 31 2014
More terms from Bert Dobbelaere, Oct 17 2022
Showing 1-4 of 4 results.