Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102585
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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. +0
3
1, 1, -2, 13, -209, 7558, -584837, 94047241, -30883147262, 20492965038853, -27310366246742669, 72841632366094705678, -388104936993411191934437, 4126997257143980587638461521, -87552095605182502304219090669762, 3705151846765308253776294449404299133 (list; graph; listen)
OFFSET

0,3

PROGRAM

(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: A003507 A003085 A053598 this_sequence A078702 A069569 A015196

Adjacent sequences: A102582 A102583 A102584 this_sequence A102586 A102587 A102588

KEYWORD

sign

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research