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!)
A166351 a(n) = (6*n)!/(3*n)!. 2
1, 120, 665280, 17643225600, 1295295050649600, 202843204931727360000, 58102407620643984998400000, 27500101936481280675682713600000, 20007974164906320568399715106816000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Integral representation as n-th moment of a positive function on a positive half-axis (solution of the Stieltjes moment problem).
In Maple notation: a(n)=int(x^n*(1/6)*exp(-(1/4)*x^(1/3))/(sqrt(Pi)*x^(5/6)), x=0..infinity), n=0,1... .
This solution is not unique.
LINKS
FORMULA
Asymptotics: a(n)=3*sqrt(2)*(1/3-1/(216*n)+1/(31104*n^2)+1003/(33592320*n^3)+ O(1/n^4))*(12^n)^3/(((1/n)^n)^3*(exp(n))^3), n->infinity.
MATHEMATICA
Table[(6*n)!/(3*n)!, {n, 0, 25}] (* G. C. Greubel, May 10 2016 *)
PROG
(PARI) a(n) =(6*n)!/(3*n)!; \\ Michel Marcus, Aug 17 2013
CROSSREFS
Sequence in context: A046987 A127232 A208191 * A147964 A172857 A308327
KEYWORD
nonn
AUTHOR
Karol A. Penson, Oct 12 2009
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)