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.

Original entry on oeis.org

0, 3, 15, 20, 44, 608, 22736
Offset: 1

Views

Author

N. J. A. Sloane, Aug 29 2004

Keywords

Comments

Replacing "three" by "two" we get A001652.
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.
t(a(n)) equals x*(x+1)*(x+2) for x = [0, 1, 4, 5, 9, 56, 636]n. - _Zak Seidov, Jun 21 2013

Crossrefs

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 *)