A012132 Numbers z such that x*(x+1) + y*(y+1) = z*(z+1) is solvable in positive integers x,y.
3, 6, 8, 10, 11, 13, 15, 16, 18, 20, 21, 23, 26, 27, 28, 31, 33, 36, 37, 38, 40, 41, 43, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 71, 73, 74, 75, 76, 77, 78, 80, 81, 83, 86, 88, 89, 91, 92, 93
Offset: 1
Keywords
References
- Aviezri 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.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- H. Finner and K. Strassburger, Increasing sample sizes do not necessarily increase the power of UMPU-tests for 2 X 2-tables, Metrika, 54, 77-91, (2001).
- Heiko Harborth, Fermat-like binomial equations, Applications of Fibonacci numbers, Proc. 2nd Int. Conf., San Jose/Ca., August 1986, 1-5 (1988).
- W. Sierpinski, On triangular numbers which are sums of two smaller triangular numbers, (Polish), Wiadom. Mat. (2) 7 (1963), 27-28. See MR0182602.
Crossrefs
Programs
-
Mathematica
Select[Range[100], !PrimeQ[#^2 + (#+1)^2]& ] (* Jean-François Alcover, Jan 17 2013, after Michael Somos *)
Extensions
More terms and references from Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Feb 09 2000
Comments