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.

A100587 Number of nonempty subsets of divisors of n.

Original entry on oeis.org

1, 3, 3, 7, 3, 15, 3, 15, 7, 15, 3, 63, 3, 15, 15, 31, 3, 63, 3, 63, 15, 15, 3, 255, 7, 15, 15, 63, 3, 255, 3, 63, 15, 15, 15, 511, 3, 15, 15, 255, 3, 255, 3, 63, 63, 15, 3, 1023, 7, 63, 15, 63, 3, 255, 15, 255, 15, 15, 3, 4095, 3, 15, 63, 127, 15, 255, 3, 63, 15, 255, 3, 4095, 3
Offset: 1

Views

Author

Labos Elemer, Dec 01 2004

Keywords

Comments

A119347(n) <= a(n). - Reinhard Zumkeller, Jun 27 2015

Examples

			For all prime numbers p, a(p)=3, since those subsets are {{1,p},{1},{p}}.
		

Crossrefs

Programs

Formula

a(n) = -1 + 2^tau(n), where tau(n) = DivisorSigma(0, n) = A000005(n).