Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098540
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098540 Row sums of triangle A098539, which shifts left one column under the matrix square. +0
3
1, 2, 5, 17, 81, 561, 5905, 98673, 2715025, 126550129, 10211715985, 1450856148081, 367849450783633, 168250359224212593, 140078954639877776273, 213886080203739816320113, 602782564524824650717471633 (list; graph; listen)
OFFSET

0,2

PROGRAM

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

CROSSREFS

Cf. A098539, A098541.

Sequence in context: A125282 A020125 A076322 this_sequence A079574 A032262 A144259

Adjacent sequences: A098537 A098538 A098539 this_sequence A098541 A098542 A098543

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 13 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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research