login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165893 Numbers n with property that n(n+2)(n+4) is a triangular number. 1
0, 1, 3, 11, 30, 40, 122, 130, 1972 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Abscissas of integral points on the elliptic curve: m^2 = 8*n^3 + 48*n^2 + 64*n + 1.

MATHEMATICA

TNQ[n_]:=IntegerQ[Sqrt[1+8n]]; Select[Range[7500], TNQ[ #(#+2)(#+4)]&]

CROSSREFS

Cf. A001219 Triangular numbers of form a(a+1)(a+2), A165892 Triangular numbers of form a(a+2)(a+4).

Sequence in context: A122023 A179234 A009183 * A106397 A098150 A167375

Adjacent sequences:  A165890 A165891 A165892 * A165894 A165895 A165896

KEYWORD

nonn,fini,full

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 29 2009

EXTENSIONS

fini, full keywords from Max Alekseyev (maxale(AT)gmail.com), Oct 01 2009

Initial 0 added by Zak Seidov (zakseidov(AT)yahoo.com), Oct 04 2009 at the suggestion of Alexander R. Povolotsky.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.