OFFSET
0,3
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..834
Paveł Szabłowski, Beta distributions whose moment sequences are related to integer sequences listed in the OEIS, Contrib. Disc. Math. (2024) Vol. 19, No. 4, 85-109. See p. 93.
FORMULA
a(n) = 2^(e_2((2*n)!)-n)/n! * Product[8k+1,{k,0,n-1}] where e_2((2n)!) is the highest power of 2 that divides (2*n)! (sequence A005187)
MATHEMATICA
w[n_] := Numerator[Binomial[-1/8, n] (-1)^n];
Table[w[n], {n, 0, 12}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jan 25 2011
STATUS
approved