0,4
Also nearest integer (where .5 is rounded up) to (2n)!/(n!*2^(2n)) or A001813(n)/A000302(n). - Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Jan 20 2005
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
Cf. A001813 A000302.
Sequence in context: A088128 A001053 A124552 this_sequence A020135 A102158 A049576
Adjacent sequences: A020042 A020043 A020044 this_sequence A020046 A020047 A020048
nonn
Simon Plouffe (simon.plouffe(AT)gmail.com)
Search completed in 0.002 seconds