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!)
A069641 Let M_n be the n X n matrix with M_n(i,j)=1/(i+j+2); then a(n)=1/det(M_n). 0
4, 600, 2116800, 149361408000, 195185487974400000, 4526188681429365350400000, 1814098233992362204186460160000000, 12350461816416310792905806186828267520000000 (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+2))), ", "))
CROSSREFS
Sequence in context: A086143 A123657 A195580 * A215920 A210853 A232620
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)