The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047682 a(n) = 4^(2*n)*(4^(2*n)-1)*Bernoulli(2*n)/(2*n). 3
20, -544, 66560, -17895424, 8329625600, -5937093935104, 6004799480791040, -8176700159200067584, 14421891569272362106880, -31983597922505761818148864, 87107695717210805652024197120, -285816431841945942589104606674944, 1112035502745012017553352712530165760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
J. W. Milnor and J. D. Stasheff, Characteristic Classes, Princeton, 1974, p. 283.
LINKS
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 *)
PROG
(PARI) a(n) = 4^(2*n)*(4^(2*n)-1)*bernfrac(2*n)/(2*n) \\ Andrew Howroyd, May 18 2020
CROSSREFS
Column 3 of A241066.
Row sums of even-indexed rows of A211233.
Sequence in context: A180882 A202920 A210486 * A231249 A012568 A259057
KEYWORD
sign
AUTHOR
EXTENSIONS
Offset corrected and terms a(13) and beyond from Andrew Howroyd, May 18 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 31 21:26 EDT 2024. Contains 373003 sequences. (Running on oeis4.)