login
A003245
Nearest integer to -4n/Bernoulli(2n).
9
0, -24, 240, -504, 480, -264, 95, -24, 5, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,2
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.
MATHEMATICA
Table[Round[(-4n)/BernoulliB[2n]], {n, 0, 75}] (* Alonso del Arte, Jul 19 2012 *)
PROG
(PARI) a(n)=if(n>9, 0, [0, -24, 240, -504, 480, -264, 95, -24, 5, -1][n+1]) \\ Charles R Greathouse IV, May 13 2026
CROSSREFS
KEYWORD
sign,easy
STATUS
approved