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.

A003457 a(n) = ceiling(Bernoulli(2n)/(-4n)).

Original entry on oeis.org

0, 1, 0, 1, 0, 1, 0, 1, -1, 14, -140, 1804, -27413, 487469, -10026347, 236192434, -6317862397, 190439655627, -6425425249652, 241207241774251, -10020155328258126, 458387180159766539, -22989944171828251745, 1259023596072554784855, -75008667460769643668557
Offset: 1

Views

Author

Keywords

References

  • F. Hirzebruch et al., Manifolds and Modular Forms, Vieweg, 2nd ed. 1994, p. 130.
  • Douglas C. Ravenel, Complex cobordism theory for number theorists, Lecture Notes in Mathematics, 1326, Springer-Verlag, Berlin-New York, 1988, pp. 123-133.

Crossrefs

Cf. A003414 (floor instead of ceiling).

Programs

  • Mathematica
    Table[Ceiling[BernoulliB[2n]/(-4n)], {n, 24}] (* Alonso del Arte, Jul 11 2012 *)