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!)
A255932 a(n) is the denominator of Gamma(n+1/2)^2/(2*n*Pi), the value of an integral with sinh in the denominator. 2
8, 64, 128, 2048, 2048, 16384, 32768, 1048576, 524288, 4194304, 8388608, 134217728, 134217728, 1073741824, 2147483648, 137438953472, 34359738368, 274877906944, 549755813888, 8796093022208, 8796093022208, 70368744177664, 140737488355328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n) <= 2^(3*n). - Vaclav Kotesovec, Mar 11 2015
LINKS
FORMULA
The n-th fraction also equals the n-th coefficient in the expansion of 2F1(1/2,1/2; 1; x) * n!*(n-1)!/2.
a(n) = 2^(2*n + 1 + valuation(n, 2)) = 2^A292608(n). - Peter Luschny, Sep 23 2017
EXAMPLE
1/8, 9/64, 75/128, 11025/2048, 178605/2048, 36018675/16384, 2608781175/32768, ...
MAPLE
seq(2^A292608(n), n=1..23); # Peter Luschny, Sep 23 2017
MATHEMATICA
a[n_] := Gamma[n+1/2]^2/(2*n*Pi) // Denominator; Array[a, 30]
Table[(2*n)!^2 / (n * 2^(4*n+1) * n!^2), {n, 1, 20}] // Denominator (* Vaclav Kotesovec, Mar 11 2015 *)
b[n_] := 2*n + 1 + IntegerExponent[n, 2]; Table[2^b[n], {n, 1, 23}] (* Peter Luschny, Sep 23 2017 *)
CROSSREFS
Cf. A255931 (numerators), A292608.
Sequence in context: A125110 A209990 A235425 * A043152 A044195 A153808
KEYWORD
frac,nonn
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)