login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097571 Numbers n such that triangular number t(n) (see A000217) = n(n+1)/2 is a product of three consecutive integers. 4
0, 3, 15, 20, 44, 608, 22736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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
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.
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 *)
CROSSREFS
Sequence in context: A111517 A083545 A224872 * A048087 A316751 A001897
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, Aug 29 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)