A180928 1 + product of any two terms is a triangular number.
0, 1, 5, 27
Offset: 1
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.
Links
- Max A. Alekseyev (2011). On the Intersections of Fibonacci, Pell, and Lucas Numbers, INTEGERS 11(3), pp. 239-259. doi:10.1515/INTEG.2011.021
Extensions
No further terms below 10^20. - Charles R Greathouse IV, Sep 29 2010
Keywords 'full', 'fini' from Max Alekseyev, Feb 16 2011
Comments