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!)
A132694 Column 3 of triangle A132690. 4
1, 1, -4, 35, -455, 7735, -161336, 3973212, -112587210, 3603324835, -128433778935, 5042279130343, -216113991649920, 10038333251577820, -502213976534135280, 26920671954736535620, -1539171664433009622090, 93492751831594011076131, -6012423991038631627857900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Triangle T=A132690 is generated from negative powers of itself such that row n+1 of T = row n of T^(-n) with appended '1' for n>=0 with T(0,0)=1.
LINKS
PROG
(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+4, 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+4, 4]))}
CROSSREFS
Sequence in context: A160887 A277386 A183878 * A270917 A367925 A367923
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)