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-2 of 2 results.

A190309 Number of acute isosceles triangles, distinct up to congruence, on an n X n grid (or geoboard).

Original entry on oeis.org

0, 0, 2, 5, 11, 19, 29, 40, 58, 74, 94, 113, 141, 168, 201, 227, 267, 304, 348, 390, 438, 483, 537, 590, 657, 709, 776, 837, 913, 979, 1057, 1130, 1225, 1299, 1396, 1472, 1576, 1663, 1768, 1863, 1974
Offset: 1

Views

Author

Martin Renner, May 08 2011

Keywords

Crossrefs

Formula

a(n) = A189978(n) - A190310(n) - A108279(n).

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-2 of 2 results.