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.

A180163 Products of pairs of amicable numbers (see A063990).

Original entry on oeis.org

62480, 1432640, 7660880, 27931280, 39685376, 116636864, 179299575, 318523136, 4217802560, 4494828240, 4952759175, 6067699000, 7775676090, 12285798525, 15069863936, 17358731325, 20160203840, 25845386480, 30293400832
Offset: 1

Views

Author

Jonathan Vos Post, Aug 14 2010

Keywords

Comments

For a more reasonable sequence, in which both factors always belong to the same amicable pair, see A180202, which first differs from this sequence at a(9). - Omar E. Pol, Oct 25 2017

Examples

			a(1) = 220 * 284 = 62480 = 2^4 * 5 * 11 * 71.
a(2) = 1184 * 1210 = 1432640 = 2^6 * 5 * 11^2 * 37.
		

Crossrefs

Formula

a(n) = A063990(2*n-1) * A063990(2*n).