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.

Showing 1-2 of 2 results.

A373563 Decimal expansion of Sum_{k>=0} (-1)^(k+1)* log(4k+1)/(4k+1) .

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jun 10 2024

Keywords

Examples

			0.1854727068218410592249011645096416546113...
		

Crossrefs

Programs

  • PARI
    sumalt(k = 0, (-1)^(k+1) * log(4*k+1)/(4*k+1)) \\ Amiram Eldar, Aug 20 2024

Formula

Equals A373564 - A242011.

A373564 Decimal expansion of Sum_{k>=0} (-1)^k * log(4k+3)/(4k+3) .

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jun 10 2024

Keywords

Examples

			0.2084772946845770695428937666547886...
		

Crossrefs

Programs

  • PARI
    sumalt(k = 0, (-1)^k * log(4*k+3)/(4*k+3)) \\ Amiram Eldar, Aug 20 2024

Formula

this - A373563 = A242011.
Showing 1-2 of 2 results.