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-2 of 2 results.

A228946 Numbers m such that m^3 - k^3 is a square for some k < m, k > 0.

Original entry on oeis.org

8, 10, 14, 28, 32, 33, 40, 56, 57, 65, 71, 72, 74, 78, 90, 105, 112, 114, 126, 128, 130, 132, 140, 148, 154, 155, 160, 176, 193, 200, 217, 218, 224, 228, 250, 252, 260, 266, 273, 280, 284, 288, 296, 297, 305, 312, 329, 336, 344, 349, 350, 360, 392
Offset: 1

Views

Author

M. F. Hasler, Oct 05 2013

Keywords

Comments

See A038596 = A038597^2 for the possible values of n^3-k^3.

Crossrefs

Programs

Formula

a(n) = A066648(n)^(1/3). - Amiram Eldar, Mar 20 2025

A066647 Squares of the form a^2 + b^3 with a, b > 0.

Original entry on oeis.org

9, 36, 100, 196, 225, 289, 441, 576, 784, 841, 1225, 1296, 1764, 1849, 2025, 2304, 3025, 3249, 3600, 3844, 3969, 4356, 5776, 6084, 6400, 6561, 8100, 8281, 9801, 11025, 12544, 13924, 14161, 14400, 15129, 16129, 16641, 17424, 18496, 19600, 19881, 20449, 21609, 23409
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 17 2001

Keywords

Examples

			29^2 = a(9) = 841 = 625 + 216 = 25^2 + 6^3.
		

Crossrefs

Programs

  • Mathematica
    q[n_] := Length[Reduce[a^2 + b^3 == n && a > 0 && b > 0, {a, b}, Integers]] > 0; Select[Range[140]^2, q] (* Amiram Eldar, Mar 20 2025 *)

Formula

a(n) = A070745(n)^2. - Amiram Eldar, Mar 20 2025
Showing 1-2 of 2 results.