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!)
A132691 Column 0 of triangle A132690. 4
1, 1, -1, 5, -43, 527, -8396, 164672, -3835910, 103464895, -3170985454, 108828369497, -4134333957073, 172223139437835, -7805591781504739, 382374360671653989, -20132511625986242785, 1133765691312312723347, -68002260363248096548050 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(A^(-(i-2)))[i-1, j]); )); A=B); return( ((A)[n+1, 1]))}
CROSSREFS
Sequence in context: A360618 A060053 A227176 * A256033 A251568 A090470
KEYWORD
sign
AUTHOR
Paul D. Hanna, Aug 25 2007
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 24 13:49 EDT 2024. Contains 371958 sequences. (Running on oeis4.)