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!)
A096348 a(n)=M(n,2)/M(n,1)^2 (see comment). 0
1, 1, 7, 299, 75489, 111654831, 965748455463, 48881464214720003, 14501604902479448419313, 25264056045683085316538557915, 258965250751022100651152205229358175 (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, 2)/M(n, 1)^2;
CROSSREFS
Cf. A096313.
Sequence in context: A041851 A082168 A362658 * A281435 A015005 A209806
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 May 9 03:46 EDT 2024. Contains 372341 sequences. (Running on oeis4.)