A097571 Numbers n such that triangular number t(n) (see A000217) = n(n+1)/2 is a product of three consecutive integers.
0, 3, 15, 20, 44, 608, 22736
Offset: 1
Links
- S. P. Mohanty, Which triangular numbers are products of three consecutive integers?, Acta Mathematica Hungarica 1991, Volume 58, Issue 1-2, pp 31-36.
Programs
-
Mathematica
(Sqrt[8#+1]-1)/2&/@Select[Table[n(n+1)(n+2),{n,0,23000}],OddQ[Sqrt[8#+1]]&] (* Harvey P. Dale, Jan 12 2023 *)
Comments