login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 4 08:19 EST 2023. Contains 367557 sequences. (Running on oeis4.)