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.

A205099 Sum of proper divisors (A001065) of deficient numbers (A005100).

Original entry on oeis.org

0, 1, 1, 3, 1, 1, 7, 4, 8, 1, 1, 10, 9, 15, 1, 1, 11, 14, 1, 6, 16, 13, 1, 1, 31, 15, 20, 13, 1, 22, 17, 1, 1, 40, 33, 26, 1, 8, 43, 21, 46, 1, 17, 23, 32, 1, 1, 34, 41, 63, 19, 1, 58, 27, 1, 1, 40, 49, 64, 19, 1, 40, 44, 1, 23, 46, 33, 1, 21, 76, 35, 50
Offset: 1

Views

Author

Jaroslav Krizek, Jan 22 2012

Keywords

Crossrefs

Cf. A205098 (sum of proper divisors of abundant numbers), A204823 (sum of divisors of deficient numbers).

Programs

Formula

a(n) = 1 for A005100(n) = prime.
a(n) = A001065(A005100(n)) = A204823(n) - A005100(n).

Extensions

Spurious term removed by Jaroslav Krizek, Nov 26 2014