login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102585 Column 0 of triangular matrix A102583, in which row n is formed from the first differences of row (n-1) of its inverse matrix square. 2
1, 1, -2, 13, -209, 7558, -584837, 94047241, -30883147262, 20492965038853, -27310366246742669, 72841632366094705678, -388104936993411191934437, 4126997257143980587638461521, -87552095605182502304219090669762, 3705151846765308253776294449404299133 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

(PARI) {a(n)=local(A=Mat(1), B); for(m=2, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, if(j==1, B[i, j]=(A^-2)[i-1, 1], B[i, j]=(A^-2)[i-1, j]-(A^-2)[i-1, j-1])); )); A=B); return(A[n+1, 1])}

CROSSREFS

Cf. A102583, A102586.

Sequence in context: A003085 A053598 A193550 * A078702 A069569 A015196

Adjacent sequences:  A102582 A102583 A102584 * A102586 A102587 A102588

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 22 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:11 EST 2012. Contains 205938 sequences.