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.

A255685 Decimal expansion of the alternating double sum U(3,1) = Sum_{i>=2} (Sum_{j=1..i-1} (-1)^(i+j)/(i^3*j)) (negated).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			-0.117875999650509326841013950834137618715217513175975...
		

Crossrefs

Cf. A099218.

Programs

  • Mathematica
    U[3,1] = Pi^4/180 + (Pi^2/12)*Log[2]^2  - (1/12)*Log[2]^4 - 2*PolyLog[4, 1/2]; RealDigits[U[3,1], 10, 103] // First
  • PARI
    Pi^4/180 + (Pi^2/12)*log(2)^2  - (1/12)*log(2)^4 - 2*polylog(4, 1/2) \\ Gheorghe Coserea, Sep 30 2018

Formula

Pi^4/180 + (Pi^2/12)*log(2)^2 - (1/12)*log(2)^4 - 2*Li_4(1/2).