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.

A038034 Number of compositions (ordered partitions) of 1 into {1/1, 1/2, 1/3, ..., 1/n}.

Original entry on oeis.org

1, 2, 3, 7, 8, 52, 53, 288, 1209, 5247, 5248, 71395, 71396, 375779, 6957533, 52310862, 52310863, 1152622553, 1152622554, 45575902465, 1296407854551, 1580527987951, 1580527987952, 73245316681199, 584407520822198, 639887219617512, 11355804443049274, 516959218512416104, 516959218512416105, 29213061562205847736, 29213061562205847737, 886912328033731357358, 31286298736622399674197, 31349361777225437765677
Offset: 1

Views

Author

Christian G. Bower, Jun 15 1998

Keywords

Comments

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

Examples

			a(4) = 7 since there are seven compositions into parts {1/1, 1/2, 1/3, 1/4}:
1 = 1/1, 1 = 1/2 + 1/2, 1 = 1/3 + 1/3 + 1/3, 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) = Sum_{i=1..n} A092667(i).
a(p) = a(p-1) + 1 for p prime. - Chai Wah Wu, Dec 27 2024

Extensions

More terms from Max Alekseyev, Mar 02 2004