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.

A160923 Continued fraction for 1/6 + Soldner's constant.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 11, 1, 3, 1, 1, 4, 1, 1, 1, 6, 2, 8, 3, 4, 20, 1, 7, 2, 1, 2, 3, 2, 1, 6, 1, 18, 1, 3, 1, 1, 4, 1, 2, 2, 1
Offset: 1

Views

Author

Fredrik Johansson, May 30 2009

Keywords

Comments

1/6 + Soldner's constant differs from the golden ratio by less than 2*10^-6. (1/6 + Soldner's constant = 1.61803590...; golden ratio = 1.61803398...). Hence the long initial sequence of 1's.

Crossrefs

Soldner's constant is A099803 Golden ratio is A000012

Programs

  • Mathematica
    ContinuedFraction[1/6 + FindRoot[LogIntegral[x], {x, 1.5}, WorkingPrecision->1000][[1,2]], 50]