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.

A097847 Triangle read by rows: T(n,k) = minimal number of terms needed to write k/n (for 1 <= k <= n) as a sum of unit fractions.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 3, 1, 1, 1, 1, 2, 2, 1, 1, 2, 3, 2, 3, 3, 1, 1, 1, 2, 1, 2, 2, 3, 1, 1, 2, 1, 2, 2, 2, 3, 3, 1, 1, 1, 2, 2, 1, 2, 2, 3, 3, 1, 1, 2, 2, 2, 3, 2, 3, 4, 4, 4, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 1, 1, 2, 3, 3, 3, 3, 2, 3, 3, 3, 3, 4, 1, 1, 1, 2, 2, 2, 3, 1, 2
Offset: 1

Views

Author

Keywords

Examples

			Triangle begins:
1
1 1
1 2 1
1 1 2 1
1 2 2 3 1
1 1 1 2 2 1
1 2 3 2 3 3 1
1 1 2 1 2 2 3 1
1 2 1 2 2 2 3 3 1
1 1 2 2 1 2 2 3 3 1
1 2 2 2 3 2 3 4 4 4 1
		

Crossrefs

Row sums give A270429.

Formula

T(n, n-1) = A330808(n). - Jon E. Schoenfield, Jan 11 2020