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.

A352133 Centered cube numbers that can be written as sums of two other cubes in at least one way.

Original entry on oeis.org

91, 189, 1729, 12691, 68705, 97309, 201159, 400491, 2484755, 2554741, 3587409, 3767491, 8741691, 15407765, 26122131, 54814509, 121861441, 139361059, 168632191, 223264809, 236019771, 295233841, 355957875, 448404255, 508476241, 525518721, 1041378589, 2593625571, 2746367559, 2874318841, 4328420941, 5193550999
Offset: 1

Views

Author

Vladimir Pletser, Mar 05 2022

Keywords

Comments

Numbers that are the sum of two consecutive cubes and at least one other sum of two cubes: a(n) = b(n)^3 + (b(n) + 1)^3 = c(n)^3 + d(n)^3, with c(n) > b(n) and c(n) > |d(n)|, and where b(n)=A352134(n), c(n)=A352135(n) and d(n)=A352136(n).
Subsequence of A005898.

Examples

			91 belongs to the sequence because 91 = 3^3 + 4^3 = 6^3 + (-5)^3.
		

Crossrefs

Formula

a(n) = A352134(n)^3 + (A352134(n) + 1)^3 = A352135(n)^3 + A352136(n)^3.