login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094221 1/detM(n) where M(n) is the n X n matrix m(i,j)=F(i)/F(i+j-1) and F(i)=i-th Fibonacci number. 0
1, -2, -180, 2808000, 63248290560000, -13040516214928232110080000, -173699422048124050990739961787485511680000, 1013027110717881203216509560866301885575342298295136595148800000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=A003266(n)*A062381(n)

PROG

(PARI) a(n)=1/matdet(matrix(n, n, i, j, fibonacci(i)/(fibonacci(i+j-1))))

CROSSREFS

Cf. A062381.

Sequence in context: A193638 A103427 A139942 * A032593 A176477 A094483

Adjacent sequences:  A094218 A094219 A094220 * A094222 A094223 A094224

KEYWORD

sign

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 28 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:15 EST 2012. Contains 205835 sequences.