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!)
A276668 a(n) = denominator(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, 12, 120, 56, 16, 88, 208, 16, 544, 152, 16, 368, 32, 16, 928, 992, 64, 8, 592, 16, 1312, 688, 32, 1504, 64, 16, 1696, 32, 64, 1888, 3904, 64, 128, 536, 16, 1136, 2336, 16, 32, 2528, 64, 1328, 32, 32, 5696, 32, 64, 64, 12416, 16, 3232, 3296, 64, 3424, 6976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
b := n -> `if`(n<2, 1-n, (n-2)!*bernoulli(n, 1/2)):
a := n -> denom(b(2*n)):
seq(a(n), n=0..54);
CROSSREFS
Cf. A276667 (numerators).
Sequence in context: A075622 A153054 A075366 * A076633 A110423 A006953
KEYWORD
nonn,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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)