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.

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

Original entry on oeis.org

354, 6834, 16578, 300834, 2147874, 3847554, 16408434, 13155858, 489597858, 677125218, 780595299, 2374692243, 803898018, 5645172978
Offset: 1

Views

Author

Ilya Gutkovskiy, Jul 17 2024

Keywords

Examples

			a(2) = 6834 = 1^4 + 2^4 + 4^4 + 9^4 = 3^4 + 4^4 + 7^4 + 8^4.
a(3) = 16578 = 1^4 + 2^4 + 9^4 + 10^4 = 2^4 + 5^4 + 6^4 + 11^4 = 3^4 + 7^4 + 8^4 + 10^4.
		

Crossrefs

Extensions

a(9)-a(14) from Michael S. Branicky, Jul 21 2024
Showing 1-1 of 1 results.