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.

A156871 Number of nondecreasing sequences of n positive integers with reciprocals adding up to an integer.

Original entry on oeis.org

1, 2, 5, 20, 170, 3650, 298132, 159632503
Offset: 1

Views

Author

Jens Voß, Feb 17 2009

Keywords

Examples

			For n = 3, the A156871(3) = 5 sequences are (1, 1, 1), (1, 2, 2), (2, 3, 6), (2, 4, 4) and (3, 3, 3) because 1/1 + 1/1 + 1/1 = 3, 1/1 + 1/2 + 1/2 = 2 and 1/2 + 1/3 + 1/6 = 1/2 + 1/4 + 1/4 = 1/3 + 1/3 + 1/3 = 1.
		

Crossrefs

Formula

a(n) = A156869(n, 1) + ... + A156869(n, n).

Extensions

a(7), a(8) from Max Alekseyev, Jul 27 2009