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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064352 (3n)!/(2n)!. 1
1, 3, 30, 504, 11880, 360360, 13366080, 586051200, 29654190720, 1700755056000, 109027350432000, 7725366544896000, 599555620984320000, 50578512186237235200, 4608264443634948096000, 450974292794344230912000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

K. A. Penson and A. I. Solomon, Coherent states from combinatorial sequences.

FORMULA

Integral representation as n-th moment of a positive function on a positive half-axis, in Maple notation: a(n)= int(x^n*exp(-2*x/27)*(BesselK(1/3, 2*x/27)+BesselK(2/3, 2*x/27))*(sqrt(3)/(27*Pi)), x=0..infinity), n=0, 1...

PROG

(PARI) { f3=f2=1; for (n=0, 100, if (n, f3*=3*n*(3*n - 1)*(3*n - 2); f2*=2*n*(2*n - 1)); write("b064352.txt", n, " ", f3/f2) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 12 2009]

CROSSREFS

Sequence in context: A012003 A164945 A201466 * A144739 A185827 A080527

Adjacent sequences:  A064349 A064350 A064351 * A064353 A064354 A064355

KEYWORD

nonn

AUTHOR

Karol A. Penson (penson(AT)lptl.jussieu.fr), Sep 19 2001

EXTENSIONS

a(15) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 12 2009

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 15 21:03 EST 2012. Contains 205852 sequences.