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.

A057372 Numbers k that can be expressed as k = w + x = y*z with w*x = y^3 + z^3 where w, x, y, and z are all positive integers.

Original entry on oeis.org

64, 81, 96, 140, 153, 162, 288, 294, 561, 588, 972, 1056, 1250, 1344, 1881, 2070, 2205, 2880, 3125, 3168, 5073, 5100, 7500, 7776, 7840, 10206, 11466, 11481, 11840, 15680, 16416, 19360, 20384, 21250, 22833, 24300, 25070, 27500, 27885, 31008, 32805, 33600, 37664
Offset: 1

Views

Author

Naohiro Nomoto, Sep 24 2000

Keywords

Crossrefs

Programs

  • PARI
    is(k) = fordiv(k, y, if(issquare(k^2 - 4*y^3 - 4*(k/y)^3), return(1))); 0; \\ Jinyuan Wang, May 02 2021

Extensions

New name and more terms from Jinyuan Wang, May 02 2021
Showing 1-1 of 1 results.