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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069649 Let M_n be the n X n matrix with M_n(i,j)=i^3/(i+j); then a(n)=1/det(M_n). 0
2, 9, 200, 30625, 38896200, 461231139600, 55435389494284800, 71735516141608609290000, 1046764828663084040608098000000, 178655433262265936739987483031412640000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..10.

PROG

(PARI) for(n=1, 15, print1(1/matdet(matrix(n, n, i, j, i^3/(j+i))), ", "))

CROSSREFS

Sequence in context: A041795 A123625 A216692 * A111832 A114563 A217017

Adjacent sequences:  A069646 A069647 A069648 * A069650 A069651 A069652

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre, Apr 21 2002

STATUS

approved

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 June 20 09:31 EDT 2013. Contains 226422 sequences.