Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132693
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132693 Column 2 of triangle A132690. +0
5
1, 1, -3, 22, -250, 3810, -72492, 1649634, -43626510, 1313526375, -44332221175, 1657043432088, -67929461003560, 3029864359322346, -146058681728370600, 7566706624571096610, -419220650458638848514, 24733868801871384287055, -1548237182318766914543100 (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+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

Cf. A132690; A132691, A132692, A132694.

Sequence in context: A141356 A052677 A136741 this_sequence A143634 A054595 A054594

Adjacent sequences: A132690 A132691 A132692 this_sequence A132694 A132695 A132696

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 December 4 15:51 EST 2008. Contains 151308 sequences.


AT&T Labs Research