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

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.

A343077 a(n) is the smallest number that is the sum of n positive 4th powers in two ways.

Original entry on oeis.org

635318657, 2673, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292
Offset: 2

Views

Author

Sean A. Irvine, Apr 04 2021

Keywords

Comments

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

Examples

			a(2) = 635318657 = 59^4 + 158^4 = 133^4 + 134^4.
a(3) = 2673 = 2^4 + 4^4 + 7^4 = 3^4 + 6^4 + 6^4.
		

Crossrefs

Formula

a(n) = n + 240 for n >= 16.

A343079 a(n) is the smallest number that is the sum of n positive 6th powers in two ways.

Original entry on oeis.org

160426514, 1063010, 1063011, 570947, 570948, 63232, 63233, 52489, 52490, 52491, 16393, 16394, 16395, 16396, 16397, 13122, 13123, 13124, 13125, 13126, 13127, 13128, 13129, 13130, 13131, 13132, 13133, 13134, 13135, 13136, 13137, 13138, 8225, 8226, 8227, 8228, 8229, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 4160
Offset: 3

Views

Author

Sean A. Irvine, Apr 04 2021

Keywords

Comments

This is r(n,6,2) in Alter's notation.
Alter paper has a typographical error a(3)=106426514.

Examples

			a(3) = 160426514 = 3^6 + 19^6 + 22^6 = 10^6 + 15^6 + 23^6.
a(4) = 1063010 = 2^6 + 2^6 + 9^6 + 9^6 = 3^6 + 5^6 + 6^6 + 10^6.
		

Crossrefs

Formula

a(n) = n + 4095 for n >= 65.
Showing 1-3 of 3 results.