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.

Previous Showing 31-32 of 32 results.

A256929 Decimal expansion of Sum_{k>=1} (zeta(2*k)/k)*(1/2)^(4*k).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Apr 13 2015

Keywords

Examples

			0.1050091150094822100175791691657938595340446113749286903326...
		

References

  • H. M. Srivastava and Junesang Choi, Zeta and q-Zeta Functions and Associated Series and Integrals, Elsevier Insights, 2011, p. 272, eq. (30).

Crossrefs

Programs

  • Mathematica
    RealDigits[Log[Pi/(2*Sqrt[2])], 10, 103] // First
  • PARI
    log(Pi/(2*sqrt(2))) \\ Amiram Eldar, Oct 12 2024

Formula

Equals log(Gamma(3/4)*Gamma(5/4)) = log(A068465*A068467).
Equals log(Pi/(2*sqrt(2))) = log(A093954).
Equals -Sum_{k>=1} log(1 - 1/(4*k)^2). - Amiram Eldar, Aug 12 2020

Extensions

Name corrected by Amiram Eldar, Oct 12 2024

A371858 Decimal expansion of Integral_{x=0..oo} 1 / (1 + x^7) dx.

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Apr 09 2024

Keywords

Examples

			1.0343760552667964829453064065124887483642567...
		

Crossrefs

Decimal expansion of Integral_{x=0..oo} 1 / (1 + x^k) dx: A019669 (k=2), A248897 (k=3), A093954 (k=4), A352324 (k=5), A019670 (k=6), this sequence (k=7), A352125 (k=8).

Programs

  • Mathematica
    RealDigits[(1/7) Pi Csc[Pi/7], 10, 102][[1]]

Formula

Equals (1/7) * Pi * csc(Pi/7).
Equals A019674 * A121598.
Equals Product_{k>=2} (1 + (-1)^k/A047336(k)). - Amiram Eldar, Nov 22 2024
Previous Showing 31-32 of 32 results.