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.

A056692 Number of divisors k of n with gcd(k-1, n) = 1.

Original entry on oeis.org

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

Views

Author

Leroy Quet, Aug 10 2000

Keywords

Examples

			The positive divisors of 8 are 1, 2, 4, 8. (2-1), (4-1) and (8-1) are relatively prime to 8, so a(8) = 3.
		

Programs