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.

A273971 Numbers y such that there exists a pair x, n, with x < y, x != n and y != n that makes {x,y,n,n} an amicable multiset.

Original entry on oeis.org

756000, 803040, 1267560, 1442448, 1851360, 2535120, 3209760, 3477240, 3926160, 3969840, 4413240, 4664880, 6094368, 6840540, 7617960, 7783020, 8027880, 8360352, 8586900, 9215640, 9559200, 9596520, 9697380, 9811620, 9815400, 9938160, 10063200, 10234224
Offset: 1

Views

Author

John Cerkan, Jul 17 2016

Keywords

Comments

We call the multiset {x,y,n,n} amicable iff sigma(x) = sigma(y) = sigma(n) = x+y+n+n. For the n values, see A273969. For the x values, see A273970.
If the condition xA259306 would also belong here.

Examples

			sigma(695520) = sigma(803040) = sigma(702240) = 695520 + 803040 + 702240 + 702240.
		

Crossrefs