Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109319
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109319 Row sums of triangle T=A109316 where T(n,k) = [T^2](n-1,k) + [T^2](n-2,k-1) and T^2 is the matrix square of A109316. +0
4
1, 2, 5, 15, 55, 235, 1119, 5775, 31663, 182087, 1087927, 6706823, 42433735, 274403575, 1807700679, 12099813111, 82113733447, 563992581079, 3914861387495, 27429176467703, 193781828188615, 1379223584026967 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, if(i==2, B[i, j]=1, B[i, j]=(A^2)[i-1, j]+if(j>1, (A^2)[i-2, j-1]))); )); A=B); return(sum(k=0, n, A[n+1, k+1]))}

CROSSREFS

Cf. A109316 (triangle), A109317 (column 0), A109318 (column 2).

Sequence in context: A051295 A009383 A104429 this_sequence A059219 A137533 A121392

Adjacent sequences: A109316 A109317 A109318 this_sequence A109320 A109321 A109322

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 07 2005

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 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research