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

A316841 Three-column table read by rows giving integer sides of proper triangles (i,j,k) with i >= j >= k >= 1, j+k > i.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 2, 2, 2, 3, 2, 2, 3, 3, 1, 3, 3, 2, 3, 3, 3, 4, 3, 2, 4, 3, 3, 4, 4, 1, 4, 4, 2, 4, 4, 3, 4, 4, 4, 5, 3, 3, 5, 4, 2, 5, 4, 3, 5, 4, 4, 5, 5, 1, 5, 5, 2, 5, 5, 3, 5, 5, 4, 5, 5, 5, 6, 4, 3, 6, 4, 4, 6, 5, 2, 6, 5, 3, 6, 5, 4, 6, 5, 5, 6, 6, 1, 6, 6, 2, 6, 6, 3, 6, 6, 4, 6, 6, 5, 6, 6, 6, 7, 4, 4, 7, 5, 3, 7, 5, 4, 7, 5, 5, 7, 6, 2, 7, 6, 3, 7, 6, 4, 7, 6, 5
Offset: 1

Views

Author

N. J. A. Sloane, Jul 23 2018, following a suggestion from Donald S. McDonald

Keywords

Examples

			Table begins (imprimitive triples are labeled i):
[1,1,1],
[2,2,1],
[2,2,2],i
[3,2,2],
[3,3,1],
[3,3,2],
[3,3,3],i
[4,3,2],
[4,3,3],
[4,4,1],
[4,4,2],i
[4,4,3],
[4,4,4],i
[5,3,3],
...
		

Crossrefs

There are A002620(k+1) rows that begin with k.
The three columns are A316843, A316844, A316845.
A316849 is a compressed version.
See A316842 for primitive triples.
See A316851 and A316853 & A317182 for perimeter and area.
Other related sequences: A051493, A070080, A070081, A070082, A070110.

Programs

  • PARI
    for(i=1,6, for(j=1,i, for(k=1,j, if(j+k>i, print1(i,", ",j,", ",k,", "))))) \\ Hugo Pfoertner, Jan 25 2020

A316853 Areas of all nondegenerate integer triangles, T, expressed as 16*area(T)^2. a(n) is for the triangle with sides A316841(n, 1..3).

Original entry on oeis.org

3, 15, 48, 63, 35, 128, 243, 135, 320, 63, 240, 495, 768, 275, 231, 576, 975, 99, 384, 819, 1344, 1875, 455, 1008, 351, 896, 1575, 2304, 143, 560, 1215, 2048, 2975, 3888, 735, 675, 1536, 2499, 495, 1280, 2295, 3456, 4655, 195, 768, 1683, 2880, 4275
Offset: 1

Views

Author

N. J. A. Sloane, Jul 23 2018

Keywords

Comments

The squared area of an integer triangle is necessarily a multiple of 1/16.

Crossrefs

Formula

a(n) = 16*s*(s-a)*(s-b)*(s-c) where s = A316851(n)/2, and a,b,c are A316843(n), A316844(n), A316845(n).

Extensions

Name edited by Peter Munn, May 10 2025

A316852 Consider primitive integer triangles as listed in rows of table A316842. Sequence gives perimeters of these triangles in the same order.

Original entry on oeis.org

3, 5, 7, 7, 8, 9, 10, 9, 11, 11, 11, 12, 13, 11, 12, 13, 14, 13, 13, 14, 15, 16, 13, 17, 15, 15, 16, 17, 15, 16, 17, 18, 19, 15, 16, 17, 18, 19, 20, 17, 18, 17, 19, 17, 18, 19, 20, 21, 22, 17, 19, 21, 23, 19, 19, 20, 19, 20, 21, 22, 23, 19, 20, 21, 22, 23, 24
Offset: 1

Views

Author

N. J. A. Sloane, Jul 23 2018

Keywords

Comments

The only missing numbers are 1,2,4,6.

Crossrefs

a(n) = A316846(n)+A316847(n)+A316848(n).

Extensions

Terms a(54) and beyond from Lars Blomberg, Jul 27 2018
Showing 1-3 of 3 results.