Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102100
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102100 Row sums of triangular matrix A102098, which shifts upward to exclude the main diagonal under matrix cube. +0
3
1, 3, 18, 322, 12979, 924628, 103158338, 16710522378, 3724631345923, 1097090407192683, 413803244841678483, 194887616017161359389, 112265654949194591311618, 77751843768367000711311005 (list; graph; listen)
OFFSET

0,2

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

CROSSREFS

Cf. A102098, A102099.

Adjacent sequences: A102097 A102098 A102099 this_sequence A102101 A102102 A102103

Sequence in context: A137223 A038061 A128775 this_sequence A083000 A118704 A132514

KEYWORD

nonn

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 May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research