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.

A062083 Continued fraction expansion of SierpiƄski's Constant.

Original entry on oeis.org

2, 1, 1, 2, 2, 3, 1, 3, 1, 9, 2, 8, 4, 1, 13, 3, 1, 15, 18, 1, 3, 1, 4, 5, 1, 70, 1, 1, 2, 1, 1, 1, 1, 1, 5, 2, 1, 9, 11, 1, 7, 1, 1, 1, 1, 2, 1, 1, 5, 1, 5, 5, 1, 6, 5, 7, 16, 3, 4, 3, 5, 4, 8, 1, 7, 1, 3, 1, 8, 1, 1, 6, 30, 1, 4, 5, 39, 9, 1, 1, 2, 1, 1, 2, 4, 9, 12, 1, 2, 3, 2, 1, 9, 3, 1, 2, 1, 2, 141
Offset: 0

Views

Author

Jason Earls, Jun 27 2001

Keywords

Examples

			2.5849817595792532170658935873831711600880516518526309173215...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 122-126.

Crossrefs

Cf. A062089 (decimal expansion).

Programs

  • PARI
    contfrac(-Pi*log(Pi)+2*Pi*Euler+4*Pi*log(gamma(3/4)))
    
  • PARI
    { allocatemem(932245000); default(realprecision, 5500); x=contfrac(-Pi*log(Pi)+2*Pi*Euler+4*Pi*log(gamma(3/4))); for (n=1, 5000, write("b062083.txt", n-1, " ", x[n])) } \\ Harry J. Smith, Aug 01 2009

Extensions

Offset changed by Andrew Howroyd, Aug 04 2024