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!)
A096349 a(n)=M(n,3)/M(n,1)^3 (see comment). 0
1, 1, 37, 40051, 1209831541, 1010399419865221, 23360446079531977077817, 15019347978820532339540222946643, 269971814819950682678086828949922560548753 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
M(n,p)= determinant of the n X n matrix m(i,j)={prod(k=1,i,k+j)}^p. Terms are always odd integers.
LINKS
PROG
(PARI) M(n, p)=matdet(matrix(n, n, i, j, prod(k=1, i, k+j)^p)); a(n)=M(n, 3)/M(n, 1)^3;
CROSSREFS
Cf. A096313.
Sequence in context: A129054 A129053 A324256 * A015061 A015037 A262786
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 29 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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)