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.
%I A051384 #20 Aug 28 2025 07:31:01 %S A051384 2741256,4118877,6017193,6742008,9016488,16776487,21930048,28699272, %T A051384 32951016,36875384,42549416,48137544,48275136,52324993,53936064, %U A051384 70957971,72131904,74013912,87539319,94287375,102977784,105651000,111209679,119824488,122262264,124454421,134211896 %N A051384 Sum of two (possibly negative) cubes in at least 4 ways. %C A051384 This sequence is infinite, since if n is in the sequence so is n*k^3 for all k > 0; thus a(n) << n^3. - _Charles R Greathouse IV_, Nov 29 2014 %H A051384 Rosalie Fay, <a href="/A051384/b051384.txt">Table of n, a(n) for n = 1..100</a> %H A051384 Joseph H. Silverman, <a href="http://www.maa.org/programs/maa-awards/writing-awards/taxicabs-and-sums-of-two-cubes">Taxicabs and sums of two cubes</a>, Amer. Math. Monthly, 100 (1993), 331-340. %F A051384 a(1) = A047696(4). - _R. J. Mathar_, Aug 28 2025 %e A051384 42549416 = 348^3+74^3 = 282^3+272^3 = (-2662)^3+2664^3 = (-475)^3+531^3, so 42549416 is in the sequence. (Silverman) %o A051384 (PARI) T=thueinit('z^3+1);is(n)=my(v=thue(T, n)); #v>6 && #select(u->u[1]<=u[2],v)>3 \\ _Charles R Greathouse IV_, Nov 29 2014 %Y A051384 Cf. A051347, A051383. %K A051384 nonn,changed %O A051384 1,1 %A A051384 _Colin Mallows_ %E A051384 a(6)-a(22) from _Donovan Johnson_, Apr 17 2010 %E A051384 Missing terms 42549416, 48275136, 94287375, 111209679, 124454421 added by _Rosalie Fay_, Oct 13 2017