Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102920
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102920 Triangular matrix, read by rows, equal to the matrix square of A102098. +0
7
1, 3, 4, 36, 40, 9, 1036, 1128, 189, 16, 56355, 61120, 9720, 576, 25, 5045370, 5466320, 857466, 47040, 1375, 36, 679409158, 735847800, 114915375, 6155008, 163500, 2808, 49, 129195427716, 139910204080, 21813099606, 1158059520, 29767000, 458136 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Column 0 is A102921. Column 1 is A102922.

EXAMPLE

Rows begin:

[1],

[3,4],

[36,40,9],

[1036,1128,189,16],

[56355,61120,9720,576,25],

[5045370,5466320,857466,47040,1375,36],

[679409158,735847800,114915375,6155008,163500,2808,49],...

PROGRAM

(PARI) {T(n, k)=local(A=matrix(1, 1), B); A[1, 1]=1; for (m=2, n+1, B=matrix(m, m); for (i=1, m, for (j=1, i, if(j==i, B[i, j]=j, B[i, j]=(A^3)[i-1, j]); )); A=B); return((A^2)[n+1, k+1])}

CROSSREFS

Cf. A102098, A102921, A102922, A102916.

Sequence in context: A066090 A042891 A032835 this_sequence A064335 A013330 A088168

Adjacent sequences: A102917 A102918 A102919 this_sequence A102921 A102922 A102923

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 21 2005

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research