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.

A337046 Integers n such that n! = x^2 + y^3 + z^6 where x, y and z are nonnegative integers, is soluble.

Original entry on oeis.org

0, 1, 2, 3, 4, 6, 8, 10, 14, 16, 17, 19, 20, 21, 22, 23, 24, 25
Offset: 1

Views

Author

Altug Alkan, Aug 12 2020

Keywords

Comments

Conjecture I: Natural density of this sequence is 1.
Conjecture II: Any sufficiently large n is in the sequence.
Conjecture III: There is a fixed value of t such that all integers >= t are terms.
If k is of the form x^2 + y^3 + z^6 then so is k*m^6 = (x*m^3)^2 + (y*m^2)^3 + (z*m)^6. - David A. Corneth, Aug 13 2020

Examples

			6 is a term since 6! = 12^2 + 8^3 + 2^6.
		

Crossrefs

Cf. A267414, A273553 (subsequence).

Programs

Extensions

a(12)-a(18) from David A. Corneth, Aug 12 2020