Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141679
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141679 Triangle of coefficients of the inverse of A058071. +0
1
1, -1, 1, -1, -1, 1, 0, -1, -1, 1, 0, 0, -1, -1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 1 (list; table; graph; listen)
OFFSET

1,1

COMMENT

The row sums are {1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, ...}.

The inverse is a tridiagonal lower triangular matrix.

FORMULA

A058071(n,m)=If[m <= n, Fibonacci[n - m + 1]*Fibonacci[m + 1], 0]; t(n,m)=Fibonacci(n)*Inverse[A058071(n,m)].

EXAMPLE

{1},

{-1, 1},

{-1, -1, 1},

{0, -1, -1, 1},

{0, 0, -1, -1, 1},

{0, 0,0, -1, -1, 1},

{0, 0, 0, 0, -1, -1, 1},

{0, 0, 0, 0, 0, -1, -1, 1},

{0, 0, 0, 0, 0, 0, -1, -1, 1},

{0, 0, 0, 0, 0, 0, 0, -1, -1, 1},

{0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 1}

MATHEMATICA

Clear[t, n, m, M] (*A058071*) t[n_, m_] = If[m <= n, Fibonacci[n - m + 1]*Fibonacci[m + 1], 0]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]; M = Inverse[Table[Table[t[n, m], {m, 0, 10}], {n, 0, 10}]]; Table[Table[Fibonacci[n]*M[[n, m]], {m, 1, n}], {n, 1, 11}]; Flatten[%]

CROSSREFS

Cf. A058071.

Sequence in context: A111940 A129572 A070950 this_sequence A071027 A152904 A118102

Adjacent sequences: A141676 A141677 A141678 this_sequence A141680 A141681 A141682

KEYWORD

tabl,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 07 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 05 2009

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 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research