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.

A263940 Numbers such that the product of the sum of their anti-divisors and the sum of the reciprocals of their anti-divisors is an integer.

Original entry on oeis.org

3, 4, 6, 37, 96, 937, 2760, 393216
Offset: 1

Views

Author

Paolo P. Lava, Oct 30 2015

Keywords

Comments

A066466 is a subset of this sequence.
The sums are 1, 1, 1, 57, 1, 1457, 385, 1, ...

Examples

			Anti-divisors of 937 are 2, 3, 5, 15, 25, 75, 125, 375 and 625. Their sum is 1250 while the sum of their reciprocals is 1/2 + 1/3 + 1/5 + 1/15 + 1/25 + 1/75 + 1/125 + 1/375 + 1/625 = 1457/1250. Finally 1250 * 1457/1250 = 1457.
		

Crossrefs

Programs