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!)
A176250 Numerators of the fractions defined by 2 minus partial sums of the "original" Bernoulli numbers. 2
2, 1, 1, 1, 1, 11, 11, 12, 12, 79, 79, 347, 347, 5541, 5541, -9206, -9206, 3307613, 3307613, -78393123, -78393123, 932396477, 932396477, -127419293864, -127419293864, 6013748071263, 6013748071263 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
We define the sequence f(n) = 2, 1, 1/2, 1/3, 1/3, 11/30, 11/30, ... for n >= 0 as 2-Sum_{i=0..n-1} A164555(i)/A027642(i). The current sequence shows the numerators of f.
Comparison with a similar sequence of fractions g(n) = A100649(n)/A100650(n): f(n) = g(n-1) - 1 for n > 1.
LINKS
MAPLE
B := proc(n) if n = 1 then -bernoulli(n); else bernoulli(n); end if; end proc:
A176250 := proc(n) 2-add(B(i), i=0..n-1) ; numer(%) ; end proc:
seq(A176250(n), n=0..40) ; # R. J. Mathar, Jun 01 2011
CROSSREFS
Cf. A100650 (denominators), A164555, A027642.
Sequence in context: A134744 A260875 A351350 * A248975 A016541 A230453
KEYWORD
sign,frac
AUTHOR
Paul Curtz, Apr 13 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 June 1 06:09 EDT 2024. Contains 373010 sequences. (Running on oeis4.)