login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109155 Column 2 of triangle A109152. 6
1, 3, 6, 24, 102, 516, 2814, 16752, 106026, 712260, 5027190, 37158600, 286141638, 2289018708, 18961164774, 162271001760, 1431533922642, 12994777356228, 121174578691398, 1159065402957240, 11357543381281638, 113876839666712676 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Triangular matrix T=A109152 satisfies: T(n,k) = [T^2](n-1,k) for n>k+1>=1, with T(n,n) = 1 and T(n+1,n) = n+1 for n>=0.

PROG

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

CROSSREFS

Cf. A109152 (triangle), A109153 (column 0), A109154 (column 1), A109156 (row sums).

Sequence in context: A054718 A132390 A152761 * A081072 A000717 A076020

Adjacent sequences:  A109152 A109153 A109154 * A109156 A109157 A109158

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 20 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:08 EST 2012. Contains 205978 sequences.