Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132694
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132694 Column 3 of triangle A132690. +0
5
1, 1, -4, 35, -455, 7735, -161336, 3973212, -112587210, 3603324835, -128433778935, 5042279130343, -216113991649920, 10038333251577820, -502213976534135280, 26920671954736535620, -1539171664433009622090, 93492751831594011076131, -6012423991038631627857900 (list; graph; listen)
OFFSET

0,3

COMMENT

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.

PROGRAM

(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

Cf. A132690; A132691, A132692, A132693.

Adjacent sequences: A132691 A132692 A132693 this_sequence A132695 A132696 A132697

Sequence in context: A026304 A104456 A123224 this_sequence A143669 A119391 A005973

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 25 2007

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research