Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132692
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132692 Column 1 of triangle A132690. +0
5
1, 1, -2, 12, -118, 1605, -27816, 585046, -14459138, 410368743, -13146830110, 469123986529, -18447791712945, 792514583941223, -36925394368325295, 1854525584914459755, -99872579714406393286, 5740977285851988017769, -350847888975706702249890 (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+2, 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+2, 2]))}

CROSSREFS

Cf. A132690; A132691, A132693, A132694.

Sequence in context: A012623 A009742 A121425 this_sequence A136736 A009546 A009748

Adjacent sequences: A132689 A132690 A132691 this_sequence A132693 A132694 A132695

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research