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!)
A186252 a(n)=Product{k=0..n-1, (3k+1)*A000108(k)}. 0
1, 1, 4, 56, 2800, 509600, 342451200, 858867609600, 8105992499404800, 289789231853721600000, 39450746867638243737600000, 20541057076054410196318617600000, 41055903763279774965226732643942400000, 315984464183472044352469495097074620825600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is the determinant of the symmetric matrix (if(j<=floor((i+j)/2), A000984(j+1), A000984(i+1)))_{0<=i,j<=n}.
Wolfram Alpha suggests that
a(n) = -A^(3/2)*3^(n+1)*2^(n(n-1)+23/24)*Pi^((1-2n)/4)*G(n+1/2)*Gamma(n+1/3) /(4*e^(1/8)*Gamma(-2/3)*G(n+2)) where G is Barnes G-function, and A is the Glaisher Kinkelin constant.
LINKS
FORMULA
a(n) ~ A^(3/2) * 2^(n^2-n-7/24) * 3^n * exp(n/2-1/8) / (GAMMA(1/3) * Pi^(n/2) * n^(n/2+13/24)), where A = 1.2824271291... is the Glaisher-Kinkelin constant (see A074962). - Vaclav Kotesovec, Nov 14 2014
MATHEMATICA
Table[Product[(3*k+1)*Binomial[2k, k]/(k+1), {k, 0, n-1}], {n, 0, 10}] (* Vaclav Kotesovec, Nov 14 2014 *)
CROSSREFS
Sequence in context: A265230 A007726 A113113 * A158262 A300513 A089035
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Feb 16 2011
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)