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.

A342902 a(n) is the smallest number that is the sum of n positive cubes in two ways.

Original entry on oeis.org

1729, 251, 219, 157, 158, 131, 132, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126
Offset: 2

Views

Author

N. J. A. Sloane, Apr 03 2021

Keywords

Comments

This is r(n,3,2) in Alter's notation.

Examples

			a(2) = 1729 = 12^3 + 1^3 = 10^3 + 9^3 (the famous Hardy-Ramanujan number).
a(3) = 251 = 5^3 + 5^3 + 1^3 = 6^3 + 3^3 + 2^3.
		

Crossrefs

Formula

a(n) = n+63 for n >= 9.