login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A129195
a(n) = denominator(n!/4^n).
1
1, 4, 8, 32, 32, 128, 256, 1024, 512, 2048, 4096, 16384, 16384, 65536, 131072, 524288, 131072, 524288, 1048576, 4194304, 4194304, 16777216, 33554432, 134217728, 67108864, 268435456, 536870912, 2147483648, 2147483648, 8589934592, 17179869184, 68719476736
OFFSET
0,2
FORMULA
a(n) = denominator((1/(2*Pi))*int(exp(i*4*t)(-((Pi-t)/i)^n),t,0,2*Pi)), i=sqrt(-1).
a(n) = 2^A092391(n).
MATHEMATICA
Table[Denominator[n!/4^n], {n, 0, 30}] (* Harvey P. Dale, Mar 05 2013 *)
CROSSREFS
Sequence in context: A188117 A094502 A162459 * A180098 A124143 A173617
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 02 2007
STATUS
approved