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.

A108744 Decimal expansion of B = Sum_{ n > 0 } 1/A007559(n).

Original entry on oeis.org

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

Views

Author

Philippe Deléham, Jun 22 2005

Keywords

Examples

			1.28957855637...
		

Crossrefs

Programs

  • Mathematica
    E^(1/3)*(Gamma[1/3] - Gamma[1/3, 1/3])/3^(2/3) // RealDigits[#, 10, 105]& // First (* Jean-François Alcover, Feb 22 2013 *)
  • PARI
    B=sum(n=1,100,1./prod(k=0,n-1,3*k+1)) /* Paul D. Hanna */

Formula

A = B + C with A = Gamma(1/3)*(e/9)^(1/3) and C = 1/(1+2/(1+3/(1+5/(1+6/(1+8/(1+9/(1+11/(1+. .)))))))).

Extensions

More terms from Paul D. Hanna, Jun 25 2005