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!)
A255506 Denominator of Bernoulli(2n)/(2n!). 1

%I #17 Sep 08 2022 08:46:11

%S 2,12,120,504,1440,3168,3931200,8640,41126400,579156480,2395008000,

%T 1001548800,2615348736000,5748019200,21670032384000,7491404919398400,

%U 21341245685760000,251073478656000,24574743184592240640000,76828484468736000,65834328341259878400000

%N Denominator of Bernoulli(2n)/(2n!).

%H MathOverflow, <a href="http://mathoverflow.net/questions/157115">What can be said about a function given its asymptotic expansion?</a>

%e The sequence Bernoulli(2n)/(2n!) (n >= 0) begins 1/2, 1/12, -1/120, 1/504, -1/1440, 1/3168, -691/3931200, 1/8640, -3617/41126400, ...

%t Table[Denominator[BernoulliB[2 n]/(2 n!)], {n, 0, 25}]

%o (Magma) [Denominator(Bernoulli(2*n)/(2*Factorial(n))): n in [0..25]]; // _Vincenzo Librandi_, Feb 24 2015

%o (PARI) a(n) = denominator(bernfrac(2*n)/(2*n!)); \\ _Michel Marcus_, Feb 24 2015

%o (Sage) [denominator(bernoulli(2*n)/(2*factorial(n))) for n in (0..25)] # _Bruno Berselli_, Feb 24 2015

%Y Cf. A255505 (numerator).

%K nonn,frac

%O 0,1

%A _Jean-François Alcover_, Feb 24 2015

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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)