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!)
A132693 Column 2 of triangle A132690. 4
1, 1, -3, 22, -250, 3810, -72492, 1649634, -43626510, 1313526375, -44332221175, 1657043432088, -67929461003560, 3029864359322346, -146058681728370600, 7566706624571096610, -419220650458638848514, 24733868801871384287055, -1548237182318766914543100 (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+3, 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+3, 3]))}
CROSSREFS
Sequence in context: A162633 A052677 A136741 * A367845 A361097 A143634
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 July 25 14:34 EDT 2024. Contains 374609 sequences. (Running on oeis4.)