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!)
A014298 a(n) = 2^n * (3n)! / (2n+1)!. 1
1, 2, 24, 576, 21120, 1048320, 65802240, 5000970240, 446557224960, 45830873088000, 5316381278208000, 687893507997696000, 98231192942070988800, 15345895252950201139200, 2603510504983275503616000, 476694375041453927694336000, 93692112621783944697741312000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From G. C. Greubel, Jun 12 2019: (Start)
G.f.: Hypergeometric3F1(1/3, 2/3, 1; 3/2; 27*x/2).
E.g.f.: sqrt(2/(3*x)) * sin( arcsin(sqrt(27*x/2))/3 ).
E.g.f.: hypergeometric2F1(1/3, 2/3; 3/2; 27*x/2) (End)
MATHEMATICA
Table[2^n (3n)!/(2n+1)!, {n, 0, 20}] (* Harvey P. Dale, Mar 19 2016 *)
PROG
(PARI) a(n) = 2^n * (3*n)! / (2*n+1)! \\ Michel Marcus, Jun 24 2013
(Magma) [2^n*Factorial(3*n)/Factorial(2*n+1): n in [0..20]]; // G. C. Greubel, Jun 12 2019
(Sage) [2^n*factorial(3*n)/factorial(2*n+1) for n in (0..20)] # G. C. Greubel, Jun 12 2019
(GAP) List([0..20], n-> 2^n*Factorial(3*n)/Factorial(2*n+1) ) # G. C. Greubel, Jun 12 2019
CROSSREFS
Sequence in context: A156525 A170904 A090732 * A280794 A090316 A128578
KEYWORD
nonn,easy
AUTHOR
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)