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.

A091834 Triangle read by rows: T(n,k) = maximum denominator in the Egyptian fraction representation that minimizes the maximum denominator of the k-th entry of row n of the triangle of numbers 1/2; 1/3, 2/3; 1/4, 2/4, 3/4; ...

Original entry on oeis.org

2, 3, 6, 4, 2, 4, 5, 15, 10, 10, 6, 3, 2, 6, 3, 7, 21, 21, 14, 14, 21, 8, 4, 8, 2, 8, 4, 8, 9, 18, 3, 9, 18, 6, 9, 18, 10, 5, 10, 15, 2, 10, 5, 10, 15, 11, 44, 44, 33, 33, 22, 22, 44, 44, 33
Offset: 0

Views

Author

David Eppstein, Mar 09 2004

Keywords

Examples

			The 47th position, corresponding to the fraction 2/11, has value 44 because 2/11=1/12+1/22+1/33+1/44 and there is no way of writing 2/11 as a sum of distinct unit fractions with all denominators less than 44.
		

Crossrefs

Cf. A050210.