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!)
A069643 Let M_n be the n X n matrix with M_n(i,j)=1/(i+j+4); then a(n)=1/det(M_n). 0
6, 2352, 30481920, 9958443264000, 71274072206937600000, 10284003594061010227814400000, 28352758990854707972694688215859200000, 1439725057274629036644686315831322105348096000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 10, print1(1/matdet(matrix(n, n, i, j, 1/(i+j+4))), ", "))
CROSSREFS
Sequence in context: A198403 A369970 A279533 * A264801 A067630 A181700
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)