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-3 of 3 results.

A118858 Decimal expansion of log(2)/Pi^2.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, May 02 2006

Keywords

Examples

			0.07023049277268287640...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Log[2]/Pi^2, 10, 100][[1]] (* Amiram Eldar, Jun 25 2021 *)
  • PARI
    log(2)/Pi^2 \\ Michel Marcus, Jun 25 2021

Formula

Equals lim_{n->oo} A328499(n)/n. - Amiram Eldar, Jun 25 2021
Equals Integral_{z>=0} z*sech(Pi*z)^2. - Peter Luschny, Aug 03 2021

A185361 Decimal expansion of 2^(1/Pi).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			1.2468689889006383054973706361255770054725456343911...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[2^(1/Pi),200]][[1]]
  • PARI
    2^(1/Pi) \\ G. C. Greubel, Jun 28 2017

Formula

Equals exp(A284983). - Amiram Eldar, Nov 24 2020

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).
Showing 1-3 of 3 results.