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.

A080226 Number of deficient divisors of n.

Original entry on oeis.org

1, 2, 2, 3, 2, 3, 2, 4, 3, 4, 2, 4, 2, 4, 4, 5, 2, 4, 2, 5, 4, 4, 2, 5, 3, 4, 4, 5, 2, 6, 2, 6, 4, 4, 4, 5, 2, 4, 4, 6, 2, 6, 2, 6, 6, 4, 2, 6, 3, 6, 4, 6, 2, 5, 4, 6, 4, 4, 2, 7, 2, 4, 6, 7, 4, 6, 2, 6, 4, 7, 2, 6, 2, 4, 6, 6, 4, 6, 2, 7, 5, 4, 2, 7, 4, 4, 4, 7, 2, 8, 4, 6, 4, 4, 4, 7, 2, 6, 6, 7, 2, 6, 2, 7, 8
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 07 2003

Keywords

Comments

Number of divisors d of n with sigma(d)<2*d (sigma = A000203).

Examples

			All 4 divisors of n=21 are deficient: 1=A005100(1), 3=A005100(3), 7=A005100(6) and 21=A005100(17), therefore a(21)=4.
		

Crossrefs

Programs

Formula

A080224(n) + A080225(n) + a(n) = A000005(n).
a(n) = Sum_{d|n} A294934(d) = A294926(n) + A294934(n). - Antti Karttunen, Nov 14 2017