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!)
A109154 Column 1 of triangle A109152. 5
1, 2, 4, 14, 56, 262, 1348, 7574, 45616, 292442, 1978788, 14060654, 104403304, 807162070, 6476169012, 53781863598, 461194543136, 4075567775538, 37048022605956, 345883045698222, 3311798037556952, 32480125869403430 (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+2, n+2)); M=M^0; for(i=1, n, M=matrix(n+2, n+2, r, c, if(r>=c, if(r==c, 1, if(r==c+1, c, (M^2)[r-1, c]))))); return(M[n+2, 2])}
CROSSREFS
Cf. A109152 (triangle), A109153 (column 0), A109155 (column 2), A109156 (row sums).
Sequence in context: A047990 A000939 A367558 * A030853 A306150 A030962
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)