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!)
A069642 Let M_n be the n X n matrix with M_n(i,j)=1/(i+j+3); then a(n)=1/det(M_n). 0
5, 1260, 8890560, 1408264704000, 4485780768268800000, 269685408935166352128000000, 294004853789028834558485643264000000, 5657409727323500620299434201290024943616000000 (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+3))), ", "))
CROSSREFS
Sequence in context: A034864 A157642 A234811 * A182345 A268485 A066162
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)