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!)
A132692 Column 1 of triangle A132690. 4
1, 1, -2, 12, -118, 1605, -27816, 585046, -14459138, 410368743, -13146830110, 469123986529, -18447791712945, 792514583941223, -36925394368325295, 1854525584914459755, -99872579714406393286, 5740977285851988017769, -350847888975706702249890 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Appears to be essentially a signed version of A121425. - N. J. A. Sloane, Oct 30 2008
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+2, 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+2, 2]))}
CROSSREFS
Sequence in context: A009742 A279201 A121425 * A009546 A009748 A212414
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)