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.

A303266 Least y for which x^4 + y^5 = z^6 for some x > 1 and z = A300566(n).

Original entry on oeis.org

52488, 62208, 2970344
Offset: 1

Views

Author

M. F. Hasler, Apr 23 2018

Keywords

Comments

See the main entry A300566 for all further information.
The values listed here are the y-values corresponding to the z-values listed in A300566. The x-values are then readily computed as (z^6 - y^5)^(1/4).

Examples

			A300566(1) = 8748 is the smallest z such that z^6 = x^4 + y^5 for some x,y > 1, and the smallest such y is a(1) = 52488. It then follows that x = (8748^6 - 52488^5)^(1/4) = 472392.
A300566(2) = 10368 is the second smallest z such that z^6 = x^4 + y^5 for some x, y > 1, and the smallest corresponding y is a(2) = 62208. It then follows that x = (10368^6 - 62208^5)^(1/4) = 746496.