Triangular numbers with triangular squares

franktaw at netscape.net franktaw at netscape.net
Mon Jan 9 14:06:53 CET 2006


I can't actually prove it, but this does lead to some interesting areas.
 
I'm focussing on the (s[n]-1)/8 from Jack's sequence.  These are:
 
0,1,6,35,204,1189,6930,40391,...
 
These are A001109, and certainly any solutions are in this sequence.  Call this sequence a(n).
 
Note, by the way, that these numbers are one half of the bisection of the Pell numbers (A000129).  I have submitted a comment to this effect.  Since the other half of the Pell numbers are odd, the assertion that these are the only triangular numbers with triangular squares is equivalent to the assertion that the only Pell numbers of the form n^2+n are 0, 2, and 12.
 
The members of A001109 can be represented in a regular way as the difference of triangular numbers.  Specifically, let b(n) be the sequence:
 
0,0,1,3,8,20,49,119,288,...
 
This is A048739 (partial sums of Pell numbers) with two initial zeros.  Then a(n) = b(n+1)*(b(n+1)+1)/2 - b(n-1)*(b(n-1)+1)/2 (with b(-1)=0).
 
Also, the bisection of the b(n)'s 0,1,8,49,288,1681,... gives A001108, the numbers whose triangular is the squares of the a(n)'s.  The other bisection of the b(n)'s is A001652, the numbers whose triangular is of the form n^2+n.
 
Franklin T. Adams-Watters
16 W. Michigan Ave.
Palatine, IL 60067
847-776-7645
 
 
-----Original Message-----
From: Jack Brennen <jb at brennen.net>
To: seqfan at ext.jussieu.fr
Sent: Fri, 6 Jan 2006 20:24:46 -0500 (EST)
Subject: Re: Triangular numbers with triangular squares



I'm pretty sure that 0, 1, and 6 are the only triangular numbers
with a triangular square.

If I'm not mistaken, all solutions can be isolated to this
recursive sequence:

s[0] = 1
s[1] = 9
s[n] = 6*s[n-1] - s[n-2] - 4

The sequence goes:

  1, 9, 49, 281, 1633, 9513, 55441, 323129, ...

If a number X of this sequence is a perfect square, then (X-1)/8
is a triangular number.  Note that due to the form of the
sequence, ((X-1)/8)^2 is always a triangular number.

This sequence grows very quickly and did not produce any more
squares even searching up to 10000 digit numbers.

  Jack
___________________________________________________
Try the New Netscape Mail Today!
Virtually Spam-Free | More Storage | Import Your Contact List
http://mail.netscape.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.seqfan.eu/pipermail/seqfan/attachments/20060109/91c5a935/attachment-0001.htm>


More information about the SeqFan mailing list