login
The OEIS is supported by the many generous donors 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; text; 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.
LINKS
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: A152761 A295761 A262349 * A338112 A294381 A081072
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 20 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)