login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102920 Triangular matrix, read by rows, equal to the matrix square of A102098. 6
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; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Column 0 is A102921. Column 1 is A102922.
LINKS
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],...
PROG
(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
Sequence in context: A251259 A042891 A032835 * A064335 A013330 A274663
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Jan 21 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)