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.

A192599 Let N = pq (pA006881(n). Then a(n) = | (p^2-q)(q-1)/2 |.

Original entry on oeis.org

1, 2, 9, 8, 6, 35, 54, 10, 104, 54, 135, 24, 209, 64, 70, 90, 350, 405, 72, 154, 594, 190, 740, 64, 819, 280, 216, 330, 989, 54, 1274, 504, 22, 1595, 256, 1710, 640, 714, 270, 2079, 874, 2345, 648, 56, 2484, 90, 2925, 1144, 286, 3239, 1450, 3740, 1560, 216, 832, 4464, 1914, 4850, 280, 320, 5049
Offset: 1

Views

Author

J. M. Bergot, Jul 04 2011

Keywords

Comments

This is the area of the triangle with vertices (1,p), (p,q), (q,pq).
A200050 gives the record values. [Arkadiusz Wesolowski, Apr 18 2012]

Examples

			For p*q=3*5=15, |(3^2 + 5^2 - 5*(3^2 +1))/2| = 8
		

Extensions

Definition simplified by N. J. A. Sloane, Jul 10 2011