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!)
A276667 a(n) = numerator(b(2*n)) with b(n) = n!*Bernoulli(n,1/2)/(n*(n-1)) for n>=2, b(0)=1, b(1)=0. 2
1, -1, 7, -31, 381, -268275, 190954395, -8940271725, 336335206772565, -174821527924918875, 54202314805255255275, -5543854406384412644150625, 3114120189113602279924264875, -14151357141482747539875264868125, 10216485085859695459247479126412709375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
b := n -> `if`(n<2, 1-n, (n-2)!*bernoulli(n, 1/2)):
a := n -> numer(b(2*n)):
seq(a(n), n=0..14);
CROSSREFS
Cf. A276668 (denominators).
Sequence in context: A253596 A298958 A153028 * A322894 A232993 A135630
KEYWORD
sign,frac
AUTHOR
Peter Luschny, Sep 24 2016
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 12 22:54 EDT 2024. Contains 372497 sequences. (Running on oeis4.)