Triangular numbers with triangular squares

Richard Guy rkg at cpsc.ucalgary.ca
Mon Jan 9 22:10:37 CET 2006


See UPINT D26.  Presumably this can be proved
(has been proved) by Cohn's method --
v.  MR97b:11047.     R.

On Mon, 9 Jan 2006, franktaw at netscape.net wrote:

> 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
>





More information about the SeqFan mailing list