login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132092 Numerators of Blandin-Diaz compositional Bernoulli numbers (B^sin)_3,n. 18
-1, -1, -11, -17, -563, -381, 55277, 242747, 406146379, 104180627, -398489682593, -169622229019, -6523856615663, -251077358513783, 35076901882951197, 2869253069531102351, 20717378005021857058651, 1335883610404565359777223, 27846976637614329871324177 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Denominators are A132093. Numerators and denominators given only for even n (odd n have numerators = 0).

LINKS

Hector Blandin and Rafael Diaz, Compositional Bernoulli numbers, Aug 06 2007, p. 8

FORMULA

(((x^3)/3!)/(sin(x)-x) = SUM[n=0..infinity] (B^sin)_3,n ((x^n)/n!).

MAPLE

A132092 := proc(n) local g; g := taylor(sin(x)-x, x=0, n+7) ; g := taylor(g/x^3, x=0, n+4) ; g := taylor( 1/6/g, x=0, n+4) ; n!*coeftayl(g, x=0, n) ; numer(%) ; end: for n from 0 to 40 by 2 do printf("%d, ", A132092(n)) ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 25 2008

CROSSREFS

Cf. A132092-A132106.

Sequence in context: A056577 A166655 A146446 * A056705 A065706 A078874

Adjacent sequences:  A132089 A132090 A132091 * A132093 A132094 A132095

KEYWORD

frac,sign

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Aug 09 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 25 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.