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.

A192881 Number of terms for the shortest Egyptian fraction representation of 1 starting with 1/n.

Original entry on oeis.org

1, 3, 5, 8, 10, 11, 13, 15, 17, 19
Offset: 1

Views

Author

Teena Carroll, Jul 11 2011

Keywords

Comments

An Egyptian fraction representation of a rational number a/b is a list of distinct unit fractions with sum a/b.

Examples

			Since 1/3 + 1/4 + 1/5 + 1/6 + 1/20 = 1, we see that a(3) <= 5.  We know the maximum sum of 4 distinct unit fractions (1/3 or less) is 19/20, so this shows a(3)=5. An Egyptian fraction decomposition of 1 starting with 1/4 must have at least 8 terms; however, the expressions need not be unique, as all three of 1 = 1/4 + 1/5 + 1/6 + 1/7 + 1/8 + 1/9 + 1/230 + 1/57960, 1 = 1/4 + 1/5 + 1/6 + 1/7 + 1/8 + 1/9 + 1/231 + 1/27720 and 1 = 1/4 + 1/5 + 1/6 + 1/9 + 1/10 + 1/15 + 1/18 + 1/20 achieve this bound. - _Teena Carroll_, _Haoqi Chen_ and _Javier Múgica_
		

Crossrefs

Formula

a(n) >= A103762(n) - n + 1.

Extensions

Two more terms from Javier Múgica, Dec 18 2017