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.

A070102 Number of obtuse integer triangles with perimeter n and relatively prime side lengths.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 2, 1, 3, 2, 3, 2, 5, 3, 6, 2, 8, 5, 9, 5, 9, 6, 11, 6, 14, 9, 14, 9, 17, 11, 19, 12, 19, 15, 23, 13, 27, 18, 26, 16, 32, 20, 33, 21, 34, 26, 40, 23, 42, 29, 42, 29, 50, 32, 53, 35, 48, 41, 58, 37, 64, 45, 60, 42, 71
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Comments

a(n) = A051493(n) - A070094(n) - A070109(n).

Examples

			For n=9 there are A005044(9)=3 integer triangles: [1,4,4], [2,3,4] and [3,3,3]; only one of them is obtuse: 2^2+3^2<16=4^2 and GCD(2,3,4)=1, therefore a(9)=1.
		

Crossrefs

A070131 Numbers n such that [A070080(n), A070081(n), A070082(n)] is an obtuse scalene integer triangle with relatively prime side lengths.

Original entry on oeis.org

8, 13, 20, 21, 25, 29, 30, 36, 37, 41, 42, 44, 49, 56, 57, 59, 62, 66, 67, 69, 74, 75, 77, 78, 79, 80, 86, 89, 96, 97, 99, 100, 101, 102, 105, 110, 111, 113, 115, 122, 123, 125, 126, 127, 128, 130, 131, 138, 141, 144, 147, 152, 153
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Examples

			a(20)=69: [A070080(69), A070081(69), A070082(69)]=[5<6<9], A070084(69)=gcd(5,6,9)=1, A070085(69)=5^2+6^2-9^2=25+36-81=-20<0.
		

Crossrefs

Showing 1-2 of 2 results.