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!)
A069644 Let M_n be the n X n matrix with M_n(i,j)=1/(i+j+5); then a(n)=1/det(M_n). 0
7, 4032, 89812800, 56510213760000, 849349360466006400000, 275486641731816152769331200000, 1803836893978771496626439330581708800000, 227637647167687849779974528677945404209233920000000, 535361773557812808743387755473014006489270247399358464000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Denominator[Det[Table[1/(i+j+5), {i, n}, {j, n}]]], {n, 10}] (* Harvey P. Dale, Dec 15 2018 *)
PROG
(PARI) for(n=1, 10, print1(1/matdet(matrix(n, n, i, j, 1/(i+j+5))), ", "))
CROSSREFS
Sequence in context: A052496 A216935 A024100 * A203679 A145696 A361452
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 21 2002
EXTENSIONS
More terms from Harvey P. Dale, Dec 15 2018
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 28 13:50 EDT 2024. Contains 372087 sequences. (Running on oeis4.)