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.

Showing 1-2 of 2 results.

A047682 a(n) = 4^(2*n)*(4^(2*n)-1)*Bernoulli(2*n)/(2*n).

Original entry on oeis.org

20, -544, 66560, -17895424, 8329625600, -5937093935104, 6004799480791040, -8176700159200067584, 14421891569272362106880, -31983597922505761818148864, 87107695717210805652024197120, -285816431841945942589104606674944, 1112035502745012017553352712530165760
Offset: 1

Views

Author

Keywords

References

  • J. W. Milnor and J. D. Stasheff, Characteristic Classes, Princeton, 1974, p. 283.

Crossrefs

Column 3 of A241066.
Row sums of even-indexed rows of A211233.

Programs

  • Mathematica
    f[n_]:=Module[{c=2n,x},x=4^c;(x(x-1)BernoulliB[c])/c]; Array[f,20] (* Harvey P. Dale, Feb 19 2013 *)
  • PARI
    a(n) = 4^(2*n)*(4^(2*n)-1)*bernfrac(2*n)/(2*n) \\ Andrew Howroyd, May 18 2020

Extensions

Offset corrected and terms a(13) and beyond from Andrew Howroyd, May 18 2020

A047683 a(n) = 5^(2*n)*(5^(2*n)-1)*Bernoulli(2*n)/(2*n).

Original entry on oeis.org

50, -3250, 968750, -635781250, 722480468750, -1257228613281250, 3104408581542968750, -10320446545227050781250, 44440884525382995605468750, -240617847532228950500488281250, 1599915691073966364860534667968750, -12816452064605408400845527648925781250
Offset: 1

Views

Author

Keywords

References

  • J. W. Milnor and J. D. Stasheff, Characteristic Classes, Princeton, 1974, p. 283.

Crossrefs

Column 4 of A241066.
Row sums of even-indexed rows of A211234.

Programs

  • PARI
    a(n) = 5^(2*n)*(5^(2*n)-1)*bernfrac(2*n)/(2*n) \\ Andrew Howroyd, May 18 2020

Extensions

Offset corrected by Andrew Howroyd, May 18 2020
Showing 1-2 of 2 results.