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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162173 Abs(numerator-denumerator of n-th Bernoulli number). 3
0, 5, 31, 41, 31, 61, 3421, 1, 4127, 43069, 174941, 854375, 236366821, 8553097, 23749461899, 8615841261683, 7709321041727, 2577687858361, 26315271553055396563, 2929993913841553, 261082718496449135581 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=abs(A000367(n)-A002445(n)).

EXAMPLE

0(=1-1), 5(=abs(1-6)), 31(=abs(-1-30)), 41(=abs(1-42)), 31(=abs(-1-30)), 61(=abs(5-66), 3421(=abs(-691-2730)), 1(=7-6), 4127(=abs(-3617-510)), etc.

MAPLE

A000367 := proc(n) numer(bernoulli(2*n)) ; end: A002445 := proc(n) denom(bernoulli(2*n)) ; end: A162173 := proc(n) abs( A000367(n)-A002445(n)) ; end: seq(A162173(n), n=0..40) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 13 2009]

CROSSREFS

Cf. A000367, A002445.

Sequence in context: A203769 A172030 A042837 * A166306 A027761 A162665

Adjacent sequences:  A162170 A162171 A162172 * A162174 A162175 A162176

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jun 27 2009

EXTENSIONS

a(13) = 236364091+2730=236366821 corrected by Paul Curtz (bpcrtz(AT)free.fr), Sep 07 2009

a(15) and a(16) corrected by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 13 2009

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 16 06:08 EST 2012. Contains 205860 sequences.