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.

A234355 Decimal expansion of B(16) = -3617/510, the 16th Bernoulli number.

Original entry on oeis.org

7, 0, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1, 5, 6, 8, 6, 2, 7, 4, 5, 0, 9, 8, 0, 3, 9, 2, 1
Offset: 1

Views

Author

Keywords

Comments

B(6), B(16) and B(18) are the first three Bernoulli numbers whose index is equal to their decimal expansion periodic length, B(16) and B(18) being the smallest such pair of consecutive even-indexed Bernoulli numbers.

Examples

			-7.092156862745098039215686274509803...
		

Crossrefs

Cf. A021046 (B(6)), A234356 (B(18)).

Programs

  • Mathematica
    RealDigits[BernoulliB[16], 10, 100] // First