Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102098
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102098 Triangular matrix, read by rows, that satisfies: T(n,k) = [T^3](n-1,k) when n>k>=0, with T(n,n) = (n+1). +0
14
1, 1, 2, 7, 8, 3, 139, 152, 27, 4, 5711, 6200, 999, 64, 5, 408354, 442552, 69687, 3904, 125, 6, 45605881, 49399320, 7724835, 416704, 11375, 216, 7, 7390305396, 8003532512, 1248465852, 66464960, 1725875, 27432, 343, 8, 1647470410551 (list; table; graph; listen)
OFFSET

0,3

COMMENT

Column 0 forms A082162. Column 1 forms A102099. Row sums form A102100. This triangle is a variant of A102086.

FORMULA

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

EXAMPLE

Rows of T begin:

[1],

[1,2],

[7,8,3],

[139,152,27,4],

[5711,6200,999,64,5],

[408354,442552,69687,3904,125,6],

[45605881,49399320,7724835,416704,11375,216,7],

[7390305396,8003532512,1248465852,66464960,1725875,27432,343,8],...

Matrix cube T^3 equals T excluding the main diagonal:

[1],

[7,8],

[139,152,27],

[5711,6200,999,64],

[408354,442552,69687,3904,125],...

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

CROSSREFS

Cf. A082162, A102099, A102100, A102086.

Sequence in context: A086658 A011053 A094216 this_sequence A019731 A021363 A141721

Adjacent sequences: A102095 A102096 A102097 this_sequence A102099 A102100 A102101

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


AT&T Labs Research