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.

Showing 1-1 of 1 results.

A180928 1 + product of any two terms is a triangular number.

Original entry on oeis.org

0, 1, 5, 27
Offset: 1

Views

Author

Jonathan Vos Post, Sep 25 2010

Keywords

Comments

The sequence could also start 0, 1, 2, 27, ... - R. J. Mathar, Oct 03 2010
This sequence is also finite and complete. - Max Alekseyev, Feb 16 2011
If 1*x+1, 5*x+1, 27*x+1 are triangular numbers, then 8*x+9=p^2, 40*x+9=q^2, 216*x+9=r^2 for some integers p,q,r. They should also satisfy the system of equations { 5*p^2 - q^2 = 36, 27*p^2 - r^2 = 234 } which has no integer solutions. See Alekseyev, 2011.
A192225 contains another result from the same paper.

Examples

			(0*1)+1 = 1 is triangular.
(0*5)+1 = 1 is triangular.
(1*5)+1 = 6 is triangular.
(0*27)+1 = 1 is triangular.
(1*27)+1 = 28 is triangular.
(5*27)+1 = 136 is triangular.
(0*70)+1 = 1 is triangular.
(1*70)+1 = 71 is NOT triangular, so 70 is not the next value.
(5*70)+1 = 351 is triangular.
(27*70)+1 = 1891 is triangular.
		

Crossrefs

This is to A030063 as A000217 is to A000290.

Extensions

No further terms below 10^20. - Charles R Greathouse IV, Sep 29 2010
Keywords 'full', 'fini' from Max Alekseyev, Feb 16 2011
Showing 1-1 of 1 results.