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.

A329205 Lexicographically last solution to Erdős's Last Equation in n variables, x_1*...*x_n = n*(x_1 + ... + x_n), with 1 <= x_1 <= ... <= x_n, written as triangle T(n,k), 1<=k<=n.

Original entry on oeis.org

1, 4, 4, 3, 3, 3, 2, 2, 2, 6, 1, 1, 3, 5, 5, 1, 1, 2, 3, 3, 5, 1, 1, 1, 2, 3, 3, 7, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 2, 3, 3, 3, 3, 1, 1, 1, 1, 1, 2, 2, 2, 3, 10, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 11, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 6
Offset: 1

Views

Author

Hugo Pfoertner, Nov 08 2019

Keywords

Comments

a(1) = T(1,1) = 1 assumed. Any number is a solution for n=1.

Examples

			The triangle begins:
  1;
  4, 4;
  3, 3, 3;
  2, 2, 2, 6;
  1, 1, 3, 5, 5;
  1, 1, 2, 3, 3, 5;
  1, 1, 1, 2, 3, 3, 7;
  1, 1, 2, 2, 2, 2, 2, 4;
		

References

  • R. K. Guy, Sum equals product. in: Unsolved Problems in Number Theory, 3rd ed. New York: Springer-Verlag, chapter D24, (2004), 299-301.

Crossrefs