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.

A192267 Anti-deficient numbers.

Original entry on oeis.org

1, 2, 3, 4, 6, 9, 16, 19, 24, 26, 29, 34, 36, 44, 51, 54, 61, 64, 69, 79, 89, 96, 106, 114, 131, 134, 139, 141, 146, 156, 159, 166, 169, 174, 191, 194, 201, 209, 211, 216, 219, 224, 226, 236, 239, 244, 246, 251, 254, 261, 271, 274, 289, 296, 299, 309, 316
Offset: 1

Views

Author

Paolo P. Lava, Jun 28 2011

Keywords

Comments

An anti-deficient number is a number n for which sigma*(n) < n, where sigma*(n) is the sum of the anti-divisors of n. Like A005100 but using anti-divisors. There are only 22 anti-deficient numbers less than 100, 159 less than 1000 and 1547 less than 10000. From an empirical observation it seems that the anti-deficient are approximately less than 18% of the anti-abundant.

Examples

			24 is anti-deficient because its anti-divisors are 7, 16 and their sum is 23 < 24.
		

Crossrefs

Programs

Formula

A000027 = A073930 UNION {this set} UNION A192268.

Extensions

Edited by Ray Chandler, Dec 05 2011