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.

A024153 Number of integer-sided triangles with sides a,b,c, a

Original entry on oeis.org

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

Views

Author

Keywords

Comments

No such triangles with odd perimeter (see A051516).
Records occur at: 1, 12, 36, 54, 84, 108, 192, 216, 294, 324, 378, 420, 432, 540, 588, 756, 972, 1176, 1452, 1764, 1944, 2028, 2352, 2904, 2916, 3024, 3072, 3402, 3468, 3780, 3888, 4116, 5292, 6348, 6804, 8748, 10164, ... - Antti Karttunen, Sep 25 2018

Crossrefs

Programs

  • PARI
    A024153(n) = if(n%2,0,my(k=0, t, p=n/2); for(a=1,n,for(b=1+max(a,(p-a)),n-(a+1),my(c=n-(a+b)); if((c<=b),break); if(((t = (p*(p-a)*(p-b)*(p-c))) > 0)&&issquare(t),k++))); (k)); \\ Antti Karttunen, Sep 25 2018

Extensions

a(100) corrected by Seiichi Manyama, Sep 13 2018