Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102088
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102088 Row sums of triangular matrix A102086, which shifts upward to exclude the main diagonal under matrix square. +0
3
1, 3, 10, 49, 367, 3850, 52173, 868614, 17199370, 395757887, 10396896795, 307511681367, 10124396776169, 367567456615441, 14598938725992903, 630060602243145513, 29375322688053255480, 1472008290120323375502 (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^2)[i-1, 1], B[i, j]=(A^2)[i-1, j])); )); A=B); return(sum(k=0, n, A[n+1, k+1]))}

CROSSREFS

Cf. A102086, A102087.

Sequence in context: A005921 A082426 A054381 this_sequence A088142 A049370 A009343

Adjacent sequences: A102085 A102086 A102087 this_sequence A102089 A102090 A102091

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research