|
| |
|
|
A001900
|
|
Successive numerators of Wallis's approximation to pi/2 (unreduced).
|
|
4
|
|
|
|
1, 2, 4, 16, 64, 384, 2304, 18432, 147456, 1474560, 14745600, 176947200, 2123366400, 29727129600, 416179814400, 6658877030400, 106542032486400, 1917756584755200, 34519618525593600, 690392370511872000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
COMMENTS
|
a(n) = number of permutations of [n+1] all of whose non-initial left-to-right minima are at even positions in the permutation. For example, a(2) = 4 counts 123, 132, 213, 312. - David Callan, Jul 22 2008
|
|
|
REFERENCES
|
H.-D. Ebbinghaus et al., Numbers, Springer, 1990, p. 146.
|
|
|
LINKS
|
Table of n, a(n) for n=0..19.
J. Sondow, A faster product for Pi and a new integral for ln(Pi/2), Amer. Math. Monthly 112 (2005), 729-734 and 113 (2006), 670.
Index to divisibility sequences
|
|
|
FORMULA
|
... 2.2.4.4.6.6....2n.2n/1.3.3.5.5.7.7....(2n-1).(2n+1) ...
a(n) = 2^n * A010551(n) = 2^n * [n/2]! * [(n+1)/2]!. - R. Stephan, Mar 11 2004
|
|
|
PROG
|
(PARI) a(n)=if(n<0, 0, prod(k=1, n, if(k%2, k+1, k)))
|
|
|
CROSSREFS
|
Cf. A000246.
Sequence in context: A106186 A155543 A151371 * A113247 A138870 A153992
Adjacent sequences: A001897 A001898 A001899 * A001901 A001902 A001903
|
|
|
KEYWORD
|
nonn,frac
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|