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.

A359532 Decimal expansion of 2*log(2)/Pi.

Original entry on oeis.org

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

Views

Author

Stefano Spezia, Jan 04 2023

Keywords

Comments

2*log(2)*n/Pi is also the dominant term in the asymptotic expansion of Sum_{k=1..n-1} (-1)^(k+1)*csc(Pi*k/n) at n tending to infinity. - Iaroslav V. Blagouchine, Apr 10 2025

Examples

			0.441271200305303186792912864235995381965...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[N[2Log[2]/Pi,98]]]

Formula

Equals 2*A284983.
Equals Sum_{i>=0} (-1/64)^i*binomial(2*i, i)^3*(4*i + 1)*H_{2*i}, where H_m is the m-th harmonic number (negated).