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.

A384439 a(n) is the smallest prime p such that the Diophantine equation x^3 + y^3 + z^3 + w^3 = p^3, where 0 < x < y < z < w has exactly n positive integer solutions.

Original entry on oeis.org

23, 13, 59, 79, 97, 139, 163, 223, 151, 283, 251, 257, 263, 277, 227, 463, 271, 373, 587, 457, 641, 461, 499, 389, 503, 683, 761, 673, 509, 523, 709, 631, 757, 619, 571, 691, 929, 727
Offset: 1

Views

Author

Zhining Yang, May 29 2025

Keywords

Comments

a(39) > 4027 if it exists. - Chai Wah Wu, Jun 03 2025

Examples

			a(3)=59, because 59^3 = 13^3 + 21^3 + 41^3 + 50^3 = 14^3 + 19^3 + 44^3 + 48^3 = 21^3 + 23^3 + 26^3 + 55^3 and no prime less than 59 has 3 solutions.
		

Crossrefs

Programs

  • Mathematica
    Table[SelectFirst[Table[{Length@Select[PowersRepresentations[p^3,4,3],#[[4]]>#[[3]]>#[[2]]>#[[1]]>0&],p},{p,Prime@Range@25}],#[[1]]==k&],{k,5}]