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!)
A255505 Numerator of Bernoulli(2n)/(2n!). 4
1, 1, -1, 1, -1, 1, -691, 1, -3617, 43867, -174611, 77683, -236364091, 657931, -3392780147, 1723168255201, -7709321041217, 151628697551, -26315271553053477373, 154210205991661, -261082718496449122051, 1520097643918070802691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
This sequence is different from A001067 or A046968 or A141590, at least at a(52).
LINKS
EXAMPLE
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, ...
MATHEMATICA
Table[Numerator[BernoulliB[2 n]/(2 n!)], {n, 0, 25}]
PROG
(Magma) [Numerator(Bernoulli(2*n)/(2*Factorial(n))):n in [0..30]]; // Vincenzo Librandi, Feb 24 2015
(PARI) a(n) = numerator(bernfrac(2*n)/(2*n!)); \\ Michel Marcus, Feb 24 2015
(Sage) [numerator(bernoulli(2*n)/(2*factorial(n))) for n in (0..25)] # Bruno Berselli, Feb 24 2015
CROSSREFS
Cf. A000367, A001067, A046968, A141590, A255506 (denominator).
Sequence in context: A281331 A281332 A046968 * A001067 A141590 A276594
KEYWORD
sign,frac
AUTHOR
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)