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.

A157782 Denominator of Bernoulli(n, -1/2).

Original entry on oeis.org

1, 1, 12, 4, 240, 16, 1344, 64, 3840, 256, 33792, 1024, 5591040, 4096, 49152, 16384, 16711680, 65536, 104595456, 262144, 173015040, 1048576, 289406976, 4194304, 22900899840, 16777216, 201326592, 67108864, 116769423360, 268435456
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For numerators see A157781.

Programs

  • Mathematica
    Table[Denominator[BernoulliB[n, -1/2]], {n, 0, 50}] (* Vincenzo Librandi, Mar 19 2014 *)