login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110131 Determinant of n X n matrix M_{i,j} = 2^i*P_i(j), where P_i(j) is the Legendre polynomial of order i at j and i and j are 0-based. 2
1, 2, 24, 2880, 4838400, 146313216000, 97339256340480000, 1683704371913057894400000, 873705178746128941669416960000000, 15414977576506278044562764045746176000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=2^n*prod(k=1, n, (2*k-1)!/(k-1)!); a(n)=2^n*A086205(n).

MAPLE

seq(mul(mul((j+k), j=1..k), k=1..n-1), n=1..9); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 21 2007

PROG

(PARI) a(n)=my(t=1); prod(k=1, n-1, t*=4*k-2) \\ Charles R Greathouse IV, Oct 25 2011

(PARI) a(n)=matdet(matrix(n, n, i, j, pollegendre(i-1, j-1)<<(i-1))) \\ Charles R Greathouse IV, Oct 25 2011

CROSSREFS

Sequence in context: A007079 A083697 * A112332 A101339 A111428 A111429

Adjacent sequences:  A110128 A110129 A110130 * A110132 A110133 A110134

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Jul 13 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.