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.

A097571 Numbers n such that triangular number t(n) (see A000217) = n(n+1)/2 is a product of three consecutive integers.

This page as a plain text file.
%I A097571 #15 Jan 12 2023 18:03:40
%S A097571 0,3,15,20,44,608,22736
%N A097571 Numbers n such that triangular number t(n) (see A000217) = n(n+1)/2 is a product of three consecutive integers.
%C A097571 Replacing "three" by "two" we get A001652.
%C A097571 Replacing "three" by "N" we get: {15} for N = 4 and 5, {2079} for N = 6 and no solutions for N >= 7. - J. B. M. Melissen.
%C A097571 t(a(n)) equals x*(x+1)*(x+2) for x = [0, 1, 4, 5, 9, 56, 636]_n. - _Zak Seidov_, Jun 21 2013
%H A097571 S. P. Mohanty, <a href="http://dx.doi.org/10.1007/BF01903544">Which triangular numbers are products of three consecutive integers?</a>, Acta Mathematica Hungarica 1991, Volume 58, Issue 1-2, pp 31-36.
%t A097571 (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 *)
%Y A097571 Cf. A000217, A001219, A001652.
%K A097571 nonn,fini,full
%O A097571 1,2
%A A097571 _N. J. A. Sloane_, Aug 29 2004