Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102101
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102101 Triangular matrix, read by rows, that satisfies: T(n,k) = [T^4](n-1,k) when n>k>=0, with T(n,n) = (n+1). +0
4
1, 1, 2, 15, 16, 3, 1000, 1040, 81, 4, 189035, 196080, 14175, 256, 5, 79278446, 82196224, 5866992, 94464, 625, 6, 63263422646, 65585046960, 4667640795, 73281280, 419375, 1296, 7, 86493299281972, 89664824687968, 6376139907030 (list; table; graph; listen)
OFFSET

0,3

COMMENT

Column 0 forms A102102. Column 1 forms A102103. Row sums form A102104. This triangle is a variant of A102086 and A102098.

FORMULA

T(n, 0) = A082162(n) for n>0, with T(0, 0) = 1.

EXAMPLE

Rows of T begin:

[1],

[1,2],

[15,16,3],

[1000,1040,81,4],

[189035,196080,14175,256,5],

[79278446,82196224,5866992,94464,625,6],

[63263422646,65585046960,4667640795,73281280,419375,1296,7].

Matrix fourth power T^4 equals T excluding the main diagonal:

[1],

[15,16],

[1000,1040,81],

[189035,196080,14175,256],

[79278446,82196224,5866992,94464,625],...

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, if(j==1, B[i, j]=(A^4)[i-1, 1], B[i, j]=(A^4)[i-1, j])); )); A=B); return(A[n+1, k+1])}

CROSSREFS

Cf. A102102, A102103, A102104, A102086, A102098.

Sequence in context: A111329 A059445 A077518 this_sequence A163480 A037312 A108472

Adjacent sequences: A102098 A102099 A102100 this_sequence A102102 A102103 A102104

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 29 2004

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research