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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091527 a(n) = ((3n)!/n!^2)(gamma(1+n/2)/gamma(1+3n/2)). 1
1, 4, 30, 256, 2310, 21504, 204204, 1966080, 19122246, 187432960, 1848483780, 18320719872, 182327718300, 1820797698048, 18236779032600, 183120225632256, 1842826521244230, 18581317012684800, 187679234340049620 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

n(n-1)a(n)=12(3n-1)(3n-5)a(n-2).

PROG

(PARI) a(n)=4^n*sum(i=0, n, binomial(i-1+(n-1)/2, i))

CROSSREFS

Cf. A061162(n)=a(2n).

Sequence in context: A052604 A038225 A086452 * A201200 A102307 A052658

Adjacent sequences:  A091524 A091525 A091526 * A091528 A091529 A091530

KEYWORD

nonn

AUTHOR

Michael Somos, Jan 18 2004

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 16 20:28 EST 2012. Contains 205962 sequences.