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.

Showing 1-1 of 1 results.

A375333 a(n) is the smallest number which can be represented as the sum of 6 distinct positive n-th powers in exactly 4 ways, or -1 if no such number exists.

Original entry on oeis.org

-1, 187, 2492, 56290, 24993485, 2063792939
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 12 2024

Keywords

Examples

			a(6) = 2063792939 = 1^6 + 4^6 + 16^6 + 21^6 + 31^6 + 32^6
                  = 4^6 + 7^6 + 20^6 + 22^6 + 29^6 + 33^6
                  = 5^6 + 7^6 + 16^6 + 25^6 + 30^6 + 32^6
                  = 5^6 + 8^6 + 14^6 + 27^6 + 29^6 + 32^6.
		

Crossrefs

Showing 1-1 of 1 results.