cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A181161 Numerator in abs(binomial(-1/8,n)).

Original entry on oeis.org

1, 1, 9, 51, 1275, 8415, 115005, 805035, 45886995, 331406075, 4838528695, 35629165845, 1056998586735, 7886835608715, 118302534130725, 891212423784795, 107836703277960195, 818290277815109715
Offset: 0

Views

Author

Emanuele Munarini, Jan 25 2011

Keywords

Crossrefs

Programs

  • Mathematica
    w[n_] := Numerator[Binomial[-1/8, n] (-1)^n];
    Table[w[n], {n, 0, 12}]

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)