cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A165884 Irregular table of negated A080092 and a leading column of 1's.

Original entry on oeis.org

1, 1, -2, 1, -2, -3, 1, -2, -3, -5, 1, -2, -3, -7, 1, -2, -3, -5, 1, -2, -3, -11, 1, -2, -3, -5, -7, -13, 1, -2, -3, -1, -2, -3, -5, -17
Offset: 0

Views

Author

Paul Curtz, Sep 29 2009

Keywords

Comments

The von Staudt-Clausen decomposition of nonzero Bernoulli numbers (see A164555 and A006954) states B(0)=1, B(1) = 1/2 = 1-1/2, B(2) = 1/6 = 1-1/2-1/3, B(4) = -1/30 = 1-1/2-1/3-1/5 etc.
We consider the denominators of the fractions in these sums, one sum per row. The first term in the sums is essentially the sequence of two 1's followed by A000146; this contributes a first column to this sequence here compared with table A080092.

Examples

			1;
1, -2;
1, -2, -3;
1, -2, -3, -5;
1, -2, -3, -7;
1, -2, -3, -5;
1, -2, -3, -11;
1, -2, -3, -5, -7, -13;
1, -2, -3;
		

Crossrefs

Cf. A046886 (row lengths minus 1), A000146.