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.

A125492 Amicable triples: numbers such that sigma(x) = sigma(y) = sigma(z) = x+y+z, x

Original entry on oeis.org

2556, 11556, 27312, 32136, 42168, 41952, 41412, 54870, 55890, 57834, 54516, 70110, 75540, 83772, 88480, 84348, 84504, 83538, 102258, 100890, 100656, 108324, 138828, 132792, 132396, 143370, 146268, 168150, 162384, 189948
Offset: 1

Views

Author

Yasutoshi Kohmoto, Dec 11 2006

Keywords

Comments

Giovanni Resta computed the first 12 terms.
As stated, we first order by common sigma value. When the common value of sigma is the same for several triples, these are then sorted (ascending) by the smallest member. When the smallest members also agree, we go on to the second smallest members, and so on, lexicographically. - John Cerkan, Jun 18 2016

Examples

			2556 is in the sequence since sigma(1980) = sigma(2016) = sigma(2556) = 6552 = 1980 + 2016 + 2556. - _Michael B. Porter_, Jun 29 2016
		

Crossrefs

Cf. A125490, A125491, A137231 (x+y+z).
Cf. A000203 (sigma function).

Extensions

a(1)-a(12) from Giovanni Resta
Definition corrected by N. J. A. Sloane, Nov 27 2008
a(13)-a(30) from Donovan Johnson, Apr 14 2010