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!)
A174289 Numerator of the n-th term of the inverse binomial transform of 1, 1/2, B_4, B_6, B_8,..., a modified Bernoulli sequence. 3
1, -1, 1, -1, 11, -137, 4157, -44879, 74351, -23262859, 113428851, -18122193779, 593728889477, -17199344405209, 773610521462677, -398027397442098469, 7730820046943979149, -6072430937404995879629, 164713122370768078443379 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The denominators are in A174276. The input sequence starts 1, 1/2, 1/6, -1/30, 1/42....
The inverse binomial transform generates 1, -1/2, 1/6, -1/30, 11/70, -137/210, 4157/2310,...
LINKS
MAPLE
read("transforms") ;
L := [1, 1/2, seq(bernoulli(2*i), i=1..30)] ; BINOMIALi(L) ; apply(numer, %) ; # R. J. Mathar, Dec 02 2010
MATHEMATICA
b[0]=1; b[1]=1/2; b[n_] := BernoulliB[2n-2]; a[n_] := Sum[(-1)^(n-k)*Binomial[n, k]*b[k], {k, 0, n}]; Table[a[n], {n, 0, 18}] // Numerator (* Jean-François Alcover_, Aug 09 2012 *)
CROSSREFS
Sequence in context: A232180 A201111 A124079 * A003378 A142930 A024142
KEYWORD
frac,sign
AUTHOR
Paul Curtz, Mar 15 2010
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 May 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)