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.

A384949 Decimal expansion of Sum_{k>=0} 1/(2*k+1)^9.

Original entry on oeis.org

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

Views

Author

Jason Bard, Jul 24 2025

Keywords

Examples

			1.00005134518384377259281790054250500567996990246638...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/(2*k+1)^9, k=0..infinity), 120);  # Alois P. Heinz, Jul 26 2025
  • Mathematica
    RealDigits[511*Zeta[9]/512, 10, 100][[1]]
  • PARI
    511*zeta(9)/512 \\ Amiram Eldar, Jul 28 2025

Formula

Equals 511*Zeta(9)/512 = 511/512 * A013667.
Equals Sum_{n>=0} 1/A016761(n). - Amiram Eldar, Jul 28 2025