Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109286
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109286 Row sums of triangle A109282. +0
5
1, 2, 6, 25, 146, 1074, 9247, 89618, 956106, 11066959, 137531624, 1820347008, 25499542444, 376098118280, 5815744322556, 93946244699173, 1580463050838884, 27616009578136506, 500029604169802336, 9362566904514285044 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangular matrix T=A109282 satisfies: T(n,k) = [T^3](n-1,k) for n>k+1>=1, with T(n,n) = 1 and T(n+1,n) = n+1 for n>=0; also, T^(m+3) = SHIFT_UP(T^(m+1) - T^m) - D*T^m for all m where diagonal matrix D = [0,1,2,3,...] and SHIFT_UP shifts each column up 1 row.

PROGRAM

(PARI) {a(n)=local(M=matrix(n+1, n+1)); M=M^0; for(i=1, n, M=matrix(n+1, n+1, r, c, if(r>=c, if(r==c, 1, if(r==c+1, c, (M^3)[r-1, c]))))); return(sum(k=0, n, M[n+1, k+1]))}

CROSSREFS

Cf. A109155, A109282 (triangle), A109283 (column 0), A109284 (column 1), A109285 (column 2).

Sequence in context: A084784 A135881 A007815 this_sequence A009466 A032479 A029988

Adjacent sequences: A109283 A109284 A109285 this_sequence A109287 A109288 A109289

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 24 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 December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research