Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102104
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102104 Row sums of triangular matrix A102101, which shifts upward to exclude the main diagonal under matrix fourth power. +0
2
1, 3, 34, 2125, 399551, 167436757, 133589812359, 182634217743739, 396471609861950572, 1290175805332297239092, 6016194958934722148801658, 38771533093655782191893463830, 335219158226849230801472869515158 (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^4)[i-1, 1], B[i, j]=(A^4)[i-1, j])); )); A=B); return(sum(k=0, n, A[n+1, k+1]))}

CROSSREFS

Cf. A102101.

Sequence in context: A077144 A101633 A054783 this_sequence A054287 A001539 A113854

Adjacent sequences: A102101 A102102 A102103 this_sequence A102105 A102106 A102107

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 November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research