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.

A092667 a(n) = number of Egyptian fractions 1 = 1/x_1 + ... + 1/x_k (for any k), with max{x_i}=n.

Original entry on oeis.org

1, 1, 1, 4, 1, 44, 1, 235, 921, 4038, 1, 66147, 1, 304383, 6581754, 45353329, 1, 1100311690, 1, 44423279911, 1250831952086, 284120133400, 1, 71664788693247, 511162204140999, 55479698795314, 10715917223431762, 505603414069366830, 1, 28696102343693431631, 1, 857699266471525509621, 30399386408588668316839, 63063040603038091480
Offset: 1

Views

Author

Max Alekseyev, Mar 02 2004

Keywords

Examples

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

Crossrefs

Formula

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