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.

A191581 Numbers whose sum of their anti-divisors divides the sum of their divisors.

Original entry on oeis.org

3, 6, 11, 22, 30, 33, 65, 82, 117, 218, 354, 483, 508, 537, 3276, 6430, 21541, 117818, 130356, 753612, 1007328, 2113416, 2379540, 3589646, 7231219, 7346148, 8515767, 13050345, 20199648, 34424166, 44575896, 47245905, 50414595, 104335023, 217728002, 1217532421
Offset: 1

Views

Author

Paolo P. Lava, Jun 07 2011

Keywords

Comments

A161917 is a subsequence of this sequence.

Examples

			6-> sum divisors=sigma(6)=12; sum anti-divisors=4; 12/4=3.
30-> sum divisors=sigma(30)=72; sum anti-divisors=4+12+20=36; 72/36=2.
		

Crossrefs

Programs

Formula

{n: A066417(n) | A000203(n)}. - R. J. Mathar, Oct 01 2011

Extensions

a(21)-a(36) from Donovan Johnson, Jun 24 2012