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!)
A202689 a(n) = (2n)! * (n+1)! / 2^(2n). 1
1, 1, 9, 270, 18900, 2551500, 589396500, 214540326000, 115851776040000, 88626608670600000, 92614806060777000000, 128364121200236922000000, 230285233433225038068000000, 523898906060586961604700000000, 1485253398681764036149324500000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is always an integer since a(n+1)/a(n) = n^3 + 7/2*n^2 + 7/2*n + 1 which is always an integer. [D. S. McNeil, Dec 22 2011]
To further follow the above comment from D. S. McNeil: a(n+1)/a(n) is given in A002414. [Alexander R. Povolotsky, Dec 23 2011]
LINKS
T. Piezas, Notes and conjectures on properties of polynomials, arising in "Construction Of Binomial Sums For π And Polylogarithmic Constants Inspired by BBP Formulas" (by Boris Gourévitch, Jesús Guillera Goyanes) and also relevant to further unpublished follow-up work by J. Cullen, T. Piezas, J. Guillera, and B. Gourevitch.
FORMULA
a(n) = (2n)!(n+1)! / 2^(2n).
a(n+1) = a(n)*(n^3 + 7/2*n^2 + 7/2*n + 1).
a(n+1) = a(n)*A002414(n+1) for n >= 0.
MATHEMATICA
Table[(2n)!(n+1)!/2^(2n), {n, 0, 20}] (* Vincenzo Librandi, Feb 09 2012 *)
PROG
(PARI) a(n)=(2*n)!*(n+1)!>>(2*n) \\ Charles R Greathouse IV, Dec 23 2011
(Magma) [Factorial(2*n)*Factorial(n+1)/2^(2*n): n in [0..15]]; // Vincenzo Librandi, Feb 09 2012
CROSSREFS
Cf. A002414.
Sequence in context: A088672 A300169 A157571 * A364438 A218693 A258302
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 March 28 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)