Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141715
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141715 Matrix square of triangle T = A141712, where the n-th diagonal of T equals the BINOMIAL transform of the (n-1)-th diagonal of T^2. +0
4
1, 2, 1, 6, 4, 1, 26, 20, 8, 1, 162, 136, 68, 16, 1, 1454, 1292, 732, 236, 32, 1, 18854, 17400, 10648, 4036, 836, 64, 1, 354258, 335404, 215708, 90152, 22692, 3020, 128, 1, 9671546, 9317288, 6192440, 2752332, 780400, 129556, 11108, 256, 1, 384587782 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

This triangle, T^2, begins:

1;

2, 1;

6, 4, 1;

26, 20, 8, 1;

162, 136, 68, 16, 1;

1454, 1292, 732, 236, 32, 1;

18854, 17400, 10648, 4036, 836, 64, 1;

354258, 335404, 215708, 90152, 22692, 3020, 128, 1;

9671546, 9317288, 6192440, 2752332, 780400, 129556, 11108, 256, 1; ...

Triangle T=A141712 begins:

1;

1, 1;

2, 2, 1;

6, 6, 4, 1;

26, 26, 18, 8, 1;

162, 162, 114, 54, 16, 1;

1454, 1454, 1030, 506, 162, 32, 1;

18854, 18854, 13394, 6666, 2274, 486, 64, 1; ...

where the BINOMIAL transform of diagonal 2 of T^2:

BINOMIAL[6,20,68,236,836,3020,11108,41516,...]

equals: [6,26,114,506,2274,10346,47634,221786,...]

which is diagonal 3 of T.

PROGRAM

(PARI) {T(n, k)=local(M, M2); if(n==k, 1, if(n==k+1, 2^n, M=matrix(n+1, n+1, r, c, if(r==c, 1, if(r>=c, sum(j=0, c-1, binomial(c-1, j)*T(r-c+j-1, j)) ))); (M^2)[n+1, k+1]))}

CROSSREFS

Cf. A141712 (T), A141713 (column 0), A141716 (column 1).

Sequence in context: A112356 A135885 A162312 this_sequence A098697 A021466 A121403

Adjacent sequences: A141712 A141713 A141714 this_sequence A141716 A141717 A141718

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 01 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 21:04 EST 2009. Contains 171054 sequences.


AT&T Labs Research