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.

Previous Showing 11-16 of 16 results.

A070099 Number of integer triangles with perimeter n and relatively prime side lengths which are acute and isosceles.

Original entry on oeis.org

0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 2, 1, 3, 1, 1, 2, 4, 1, 4, 2, 2, 2, 5, 1, 4, 2, 4, 3, 6, 2, 6, 3, 4, 3, 5, 3, 8, 3, 4, 3, 8, 3, 9, 5, 5, 4, 10, 3, 9, 4, 6, 5, 11, 4, 8, 5, 7, 6, 12, 3, 13, 6, 8, 7, 9, 4, 14, 7, 8, 5, 15, 5, 15, 7, 9, 8, 13, 6, 16, 6, 11, 8, 17, 5, 13
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Crossrefs

A070107 Number of integer triangles with perimeter n and relatively prime side lengths which are obtuse and isosceles.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 2, 1, 0, 1, 1, 0, 1, 1, 2, 1, 2, 1, 2, 0, 1, 1, 2, 1, 1, 1, 2, 1, 2, 0, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 1, 3, 2, 1, 1, 1, 0, 4, 2, 2, 2, 4, 1, 3, 2, 3, 2, 4, 1
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Crossrefs

A070104 Number of integer triangles with perimeter n and relatively prime side lengths which are obtuse and scalene.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 1, 2, 2, 3, 1, 4, 3, 6, 2, 7, 4, 8, 4, 8, 6, 10, 6, 12, 8, 14, 8, 16, 11, 18, 11, 17, 14, 21, 12, 25, 18, 25, 15, 30, 19, 32, 20, 32, 25, 38, 23, 40, 28, 41, 28, 47, 31, 51, 34, 46, 40, 55, 35, 61, 44, 58, 41, 68
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Crossrefs

Programs

  • Maple
    f:= proc(n) local a,b,q,bmin,bmax,t;
      t:= 0;
      for a from 1 to n/3 do
        if n::even then bmin:= max(a+1,n/2-a+1) else bmin:= max(a+1,(n+1)/2-a) fi;
        q:= (n^2-2*n*a)/(2*(n-a));
        if q::integer then bmax:= min((n-a)/2, q-1) else bmax:= min((n-a)/2, floor(q)) fi;
        t:= t + nops(select(b -> igcd(a,b,n-a-b) = 1, [$bmin .. bmax]))
      od;
      t
    end proc:
    map(f, [$1..100]); # Robert Israel, Jul 26 2024

A057887 Number of 4-tuples of integers with GCD=1 and giving the lengths of sides of a nondegenerate quadrilateral with perimeter n.

Original entry on oeis.org

0, 0, 0, 1, 1, 2, 3, 4, 7, 8, 13, 13, 22, 22, 33, 33, 50, 45, 70, 65, 92, 87, 125, 111, 160, 145, 196, 184, 252, 215, 308, 278, 359, 330, 440, 385, 525, 464, 593, 546, 715, 606, 825, 735, 905, 832, 1078, 926, 1219, 1065, 1328, 1223, 1547, 1310, 1715, 1529, 1855
Offset: 1

Views

Author

John W. Layman, Sep 19 2000

Keywords

Examples

			There are five quadrilaterals with perimeter 8, with sides (1,1,3,3), (1,2,2,3), (1,2,3,2), (1,3,1,3) and (2,2,2,2). (2,2,2,2) is omitted since it has GCD=2, so a(8)=4.
		

Crossrefs

Cf. A051493.

Formula

Moebius transform of A057886.

A070096 Number of integer triangles with perimeter n and relatively prime side lengths which are both acute and scalene.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 3, 3, 4, 2, 4, 4, 4, 4, 5, 4, 6, 5, 8, 5, 9, 7, 8, 7, 8, 10, 10, 9, 12, 10, 12, 11, 14, 11, 15, 13, 15, 14, 18, 13, 19, 15, 21, 16, 23, 17, 24, 20, 25, 21, 28, 20, 28, 23, 28
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Crossrefs

A070202 Number of integer triangles with perimeter n, integer inradius and side lengths that are not relatively prime.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 1, 0, 1
Offset: 1

Views

Author

Reinhard Zumkeller, May 05 2002

Keywords

Examples

			For perimeter 24, only the triangle with a=6, b=8, c=10 has an integer inradius (2), therefore a(24)=1. The next examples are a(32)=1 with a=10, b=10, c=12 and a(36)=1 with a=9, b=12, c=15.
		

Crossrefs

Extensions

Definition corrected by Georg Fischer, Apr 04 2024
Previous Showing 11-16 of 16 results.