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.

A092666 a(n) = number of Egyptian fractions 1 = 1/x_1 + ... + 1/x_k (for any k), with 0 < x_1 <= ... <= x_k = n.

Original entry on oeis.org

1, 1, 1, 2, 1, 7, 1, 10, 10, 26, 1, 107, 1, 83, 375, 384, 1, 1418, 1, 4781, 7812, 1529, 1, 33665, 9789, 4276, 27787, 168107, 1, 584667, 1, 586340, 1177696, 52334, 5285597, 14746041, 1, 218959, 13092673, 84854683, 1, 279357910, 1, 491060793, 2001103921
Offset: 1

Views

Author

Max Alekseyev, Mar 02 2004

Keywords

Examples

			a(4) = 2 since there are two fractions 1=1/2+1/4+1/4 and 1=1/4+1/4+1/4+1/4.
		

Crossrefs

Formula

a(n) = A020473(n) - A020473(n-1).
a(n) = 1 if n is prime.

Extensions

Edited by Max Alekseyev, May 05 2010