Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102923
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102923 Row sums of triangle A102920, which equals the matrix square of A102098. +0
1
1, 7, 85, 2369, 127796, 11417607, 1536493698, 292107021267, 74862835208823, 24954353268384100, 10517125257007205287, 5477412008465124456814, 3459179319447147792978276, 2607366906177104506271124036 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangle A102098 shifts each column up 1 row under matrix cube.

PROGRAM

(PARI) {a(n)=local(A=matrix(2, 2), 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(sum(k=0, n, (A^2)[n+1, k+1]))}

CROSSREFS

Cf. A102920, A102098.

Sequence in context: A000424 A060237 A000686 this_sequence A092586 A048363 A020556

Adjacent sequences: A102920 A102921 A102922 this_sequence A102924 A102925 A102926

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.005 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 23 10:40 EST 2009. Contains 167421 sequences.


AT&T Labs Research