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!)
A090914 Reciprocal of (n+1)! times determinant of n X n matrix whose (i,j)-th element is 1/(i+j). 0
1, 1, 12, 1800, 3528000, 93350880000, 34157460395520000, 176018448722253096960000, 12957844528516872887046144000000, 13783997562964632581368087262085120000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[ 1 / Det[ Table[ 1 / (i + j), {i, 1, n}, {j, 1, n} ]]/(n + 1)!, {n, 1, 10}]
PROG
(PARI) a(n)=if(n<0, 0, 1/((n+1)!*matdet(matrix(n, n, i, j, 1/(i+j)))))
CROSSREFS
A067689/(n+1)!
Sequence in context: A145186 A160304 A013479 * A049406 A049405 A229752
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 26 2004
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)