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.

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

Original entry on oeis.org

0, 0, 0, 1, 3, 5, 9, 12, 19, 24, 32, 37, 51, 57, 69, 80, 99, 107, 127, 136, 161, 176, 196, 207, 246, 262, 286, 306, 343, 357, 399, 414, 460, 485, 517, 544, 605, 623, 659, 689, 757
Offset: 1

Views

Author

Martin Renner, May 08 2011

Keywords

Crossrefs

Formula

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

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