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.

A174903 Number of divisors d of n such that d

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 2, 0, 1, 0, 0, 0, 5, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 1, 6, 0, 0, 0, 3, 0, 3, 0, 0, 3, 0, 0, 7, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 9, 0, 0, 1, 0, 0, 3, 0, 0, 0, 3, 0, 9, 0, 0, 2, 0, 1, 2, 0, 5, 0, 0, 0, 9, 0, 0, 0, 1, 0, 9, 1, 0, 0, 0, 0, 9, 0, 0, 1, 2, 0, 2, 0, 1, 4
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 01 2010

Keywords

Examples

			a(12) = #{(2,3), (3,4), (4,6)} = 3;
a(15) = #{(3,5)} = 1;
a(18) = #{(2,3), (6,9)} = 2;
a(20) = #{(4,5)} = 1;
a(24) = #{(2,3), (3,4), (4,6), (6,8), (8,12)} = 5.
		

Crossrefs

Programs

Formula

a(A174905(n)) = 0; a(A005279(n)) > 0.
a(A174904(n)) = n and a(m) <> n for m < A174904(n).
a(m)*a(n) <= a(m*n) for m, n coprime.