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.

A331421 Decimal expansion of Sum_{n >= 2} (-1)^n/log_2(n).

Original entry on oeis.org

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

Views

Author

Daniel Hoyt, Jan 16 2020

Keywords

Comments

A slowly converging series.

Examples

			0.64067586775192729126561661179177777...
		

Crossrefs

Programs

  • PARI
    sumalt(k=2, (-1)^k/log(k))*log(2) \\ Edited by M. F. Hasler, Jan 31 2020

Formula

Equals A002162 * A099769. - M. F. Hasler, Jan 31 2020