%I #21 Jun 12 2021 23:30:01
%S 8,200
%N Consider integers z such that C(z,4) = C(x,4) + C(y,4), x >= y >= 4, is solvable. Sequence gives values of z.
%C a(3) > 126900. - Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), May 02 2000
%C a(3) > 1350000. - _Sean A. Irvine_, Apr 20 2019
%D A. S. Fraenkel, Diophantine equations involving generalized triangular and tetrahedral numbers, pp. 99-114 of A. O. L. Atkin and B. J. Birch, editors, Computers in Number Theory. Academic Press, NY, 1971.
%H H. Finner and K. Strassburger, <a href="http://dx.doi.org/10.1007/s001840100117">Increasing sample sizes do not necessarily increase the power of UMPU-tests for 2 X 2-tables</a>, Metrika, 54, 77-91, (2001).
%H Heiko Harborth, <a href="http://dx.doi.org/10.1007/978-94-015-7801-1_1">Fermat-like binomial equations</a>, Applications of Fibonacci numbers, Proc. 2nd Int. Conf., San Jose/Ca., August 1986, 1-5 (1988).
%H J. Leech, <a href="http://dx.doi.org/10.1017/S0305004100032850">Some solutions of Diophantine equations</a>, Proc. Camb. Phil. Soc., 53 (1957), 778-780.
%H M. Wunderlich, <a href="http://dx.doi.org/10.1090/S0025-5718-1962-0148608-X">Certain properties of pyramidal and figurate numbers</a>, Math. Comp., 16 (1962), 482-486.
%t nn = 1000; t = Binomial[Range[nn], 4]; d = Intersection[t, Union[Flatten[Table[t[[i]] + t[[j]], {i, 4, nn}, {j, i, nn}]]]]; Flatten[Table[Position[t, i], {i, d}]] (* _T. D. Noe_, Apr 02 2014 *)
%Y Cf. A010332.
%K nonn,bref
%O 1,1
%A _David W. Wilson_
%E Additional references from Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Feb 09 2000