login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A210574 Lower triangular matrix in the LU-decomposition of the Vandermonde determinants generated by Fibonacci numbers. 2
1, 1, 1, 1, 3, 1, 1, 7, 12, 1, 1, 15, 50, 264, 1, 1, 31, 180, 1920, 11970, 1, 1, 63, 602, 11760, 146160, 1689600, 1, 1, 127, 1932, 66024, 1477980, 34214400, 603233280, 1, 1, 255, 6050, 353304, 13556970, 568656000, 20043279360, 586244602944, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
If the Vandermonde matrix V = [F(i+2)^j]_(i,j=0)^n has LU-decomposition, then this triangle is given by L.
LINKS
Vincenzo Librandi, Rows n = 0..70, flattened
EXAMPLE
The triangle begins:
1
1, 1
1, 3, 1
1, 7, 12, 1
1, 15, 50, 264, 1
1, 31, 180, 1920, 11970, 1
1, 63, 602, 11760, 146160, 1689600, 1
1, 127, 1932, 66024, 1477980, 34214400, 603233280, 1
1, 255, 6050, 353304, 13556970, 568656000, 20043279360, 586244602944, 1
MATHEMATICA
n = 10; f = Fibonacci[Range[2, n + 1]]; m = Outer[ Power, f, Range[0, n - 1]]; mi = Transpose[LUDecomposition[m][[1]]]; Flatten[Table[Append[Take[mi[[i]], i - 1], 1], {i, n}]] (* T. D. Noe, Mar 22 2012 *)
CROSSREFS
Sequence in context: A075440 A137470 A112492 * A353532 A049290 A297191
KEYWORD
nonn,tabl
AUTHOR
Emanuele Munarini, Mar 22 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)