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.

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

Original entry on oeis.org

0, 4, 34, 134, 379, 866, 1718, 3085, 5149, 8095, 12188, 17664, 24781, 33861, 45269, 59327, 76461, 97017, 121458, 150379, 184053, 223137, 268117, 319578, 378132, 444455, 519178, 602675, 696102, 800051, 914995, 1042094, 1181858, 1335414, 1503251, 1686811, 1886417, 2103007
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 four kinds of non-congruent triangles are the following:
/. *     * *     . *     * .
. * *   . . *   * . *   . . *
\. .     . .     . .     * .
		

Crossrefs

Formula

a(n) = A241232(n) + A241233(n) + A241234(n) = A241236(n) + A241237(n).

Extensions

a(7) from Martin Renner, May 31 2014
a(8)-a(14) from Giovanni Resta, May 31 2014
More terms from Bert Dobbelaere, Oct 17 2022

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

Original entry on oeis.org

0, 1, 19, 99, 310, 760, 1556, 2863, 4849, 7713, 11702, 17077, 24066, 33021, 44272, 58180, 75148, 95526, 119758, 148489, 181924, 220796, 265519, 316736, 375006, 441061, 515467, 598680, 691761, 795410, 909971, 1036745, 1176108, 1329286, 1496711, 1679852, 1879036, 2095235
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 only kind of non-congruent scalene triangles is the following:
/. *
* . *
\. .
		

Crossrefs

Formula

a(n) = A241231(n) - A241237(n).

Extensions

a(7) from Martin Renner, May 31 2014
a(8)-a(13) from Giovanni Resta, May 31 2014
More terms from Bert Dobbelaere, Oct 17 2022

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

Original entry on oeis.org

0, 2, 11, 25, 50, 76, 117, 161, 216, 276, 352, 422, 516, 606, 720, 826, 949, 1079, 1222, 1367, 1534
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 isosceles triangles are the following:
/. *     * .
. * *   . . *
\. .     * .
		

Crossrefs

Formula

a(n) = A241237(n) - A241239(n).

Extensions

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

A241239 Number of obtuse isosceles triangles, distinct up to congruence, on a centered hexagonal grid of size n.

Original entry on oeis.org

0, 1, 4, 10, 19, 30, 45, 61, 84, 106, 134, 165, 199, 234, 277, 321, 364, 412, 478, 523, 595
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 only kind of non-congruent obtuse isosceles triangles is the following:
/* *
. . *
\. .
		

Crossrefs

Formula

a(n) = A241237(n) - A241238(n).

Extensions

a(7) from Martin Renner, May 31 2014
a(8)-a(21) from Giovanni Resta, May 31 2014
Showing 1-4 of 4 results.