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!)
A335751 a(n) = denominator(Bernoulli(2*n)*(1/2 - n)! / sqrt(Pi)). 1
2, 6, 15, 63, 225, 693, 1289925, 4455, 34459425, 808782975, 5685805125, 4106936925, 18767808934875, 72977109975, 491292329653125, 305714614450620375, 1578522255175490625, 33864491287501875, 6076788748684677645496875, 34996278233163121875, 55478375013295336399171875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = denominator(-2*n*Zeta(1 - 2*n)*(1/2 - n)! / sqrt(Pi)) for n >= 1.
EXAMPLE
r(n) = 1/2, 1/6, 1/15, 2/63, 4/225, 8/693, 11056/1289925, 32/4455, ...
MAPLE
a := n -> bernoulli(2*n)*(1/2 - n)! / sqrt(Pi):
seq(denom(simplify(a(n))), n = 0..21);
CROSSREFS
Cf. A335750 (numerator), A000367/A002445, A004193.
Sequence in context: A242792 A216811 A351900 * A307180 A009455 A244443
KEYWORD
nonn,frac
AUTHOR
Peter Luschny, Jun 20 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 June 1 02:58 EDT 2024. Contains 373008 sequences. (Running on oeis4.)