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.

A243983 Sum of twin divisors of n.

Original entry on oeis.org

0, 0, 4, 6, 0, 4, 0, 6, 4, 0, 0, 16, 0, 0, 9, 6, 0, 4, 0, 6, 4, 0, 0, 24, 0, 0, 4, 6, 0, 9, 0, 6, 4, 0, 12, 16, 0, 0, 4, 24, 0, 4, 0, 6, 9, 0, 0, 24, 0, 0, 4, 6, 0, 4, 0, 6, 4, 0, 0, 43, 0, 0, 20, 6, 0, 4, 0, 6, 4, 12, 0, 24, 0, 0, 9, 6, 0, 4, 0, 24, 4, 0, 0, 42, 0, 0, 4, 6, 0, 9
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2014

Keywords

Comments

See A243865 for definition of twin divisor.

Examples

			The positive divisors of 40 are 1, 2, 4, 5, 8, 10, 20, 40. Of these, 2, 4, 8, 10, are twin divisors. So a(40) = the sum of these divisors, which is 24.
		

Crossrefs

Formula

a(n) = A000203(n) - A243984(n).