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.

A317181 Consider primitive integer triangles as listed in rows of table A316842. Sequence gives 16*area^2 for these triangles in the same order.

Original entry on oeis.org

3, 15, 63, 35, 128, 135, 320, 63, 495, 275, 231, 576, 975, 99, 384, 819, 1344, 455, 351, 896, 1575, 2304, 143, 2975, 735, 675, 1536, 2499, 495, 1280, 2295, 3456, 4655, 195, 768, 1683, 2880, 4275, 5760, 1071, 2304, 935, 3591, 663, 1728, 3135, 4800, 6615, 8448, 255, 2223, 5775, 10143
Offset: 1

Views

Author

N. J. A. Sloane, Jul 23 2018

Keywords

Crossrefs

Subsequence of A316853.

Formula

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