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.

Showing 1-3 of 3 results.

A072508 Decimal expansion of Backhouse constant.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Aug 03 2002

Keywords

Comments

The reciprocal (A088751) of Backhouse's constant is the real zero of a certain power series. - T. D. Noe, Oct 14 2003

Examples

			1.4560749485826896713995953...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.5, p. 294.

Crossrefs

Continued fraction is in A074269.

Programs

  • Mathematica
    RealDigits[-1/x /. FindRoot[0 == 1 + Sum[x^n Prime[n], {n, 1000}], {x, {0, 1}}, WorkingPrecision -> 100]][[1]] (* T. D. Noe, corrected Apr 26 2013 *)

A088751 Decimal expansion of -x, the real root of the equation 0 = 1 + Sum_{k>=1} prime(k) x^k. The inverse of Backhouse's constant (A072508).

Original entry on oeis.org

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

Views

Author

T. D. Noe, Oct 14 2003

Keywords

Comments

This constant is computed in Finch's article. This number is easier to compute than Backhouse's constant. Except for an additional term of 0, the continued fraction expansion is the same as that of Backhouse's constant.

Examples

			0.68677783446063...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.5, p. 294.

Crossrefs

Programs

  • Mathematica
    RealDigits[ -x/.FindRoot[0==1+Sum[x^n Prime[n], {n, 1000}], {x, {0, 1}}, WorkingPrecision->100]][[1]]

A074269 Continued fraction for the Backhouse constant (A072508).

Original entry on oeis.org

1, 2, 5, 5, 4, 1, 1, 18, 1, 1, 1, 1, 1, 2, 13, 3, 1, 2, 4, 16, 4, 3, 12, 1, 2, 2, 1, 1, 15, 1, 1, 1, 2, 2, 1, 4, 5, 1, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 6, 1, 22, 3, 11, 2, 1, 13, 2, 7, 2, 5, 2, 17, 1, 1, 4, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 3, 3, 14, 551, 1, 1, 1, 1, 8, 2, 28, 1, 5, 6
Offset: 0

Views

Author

Robert G. Wilson v, Sep 20 2002

Keywords

Crossrefs

Cf. A072508 (decimal expansion).

Programs

  • Mathematica
    (* down load the constant from the link above & set it equal to a *) ContinuedFraction[a, 100]

Extensions

Offset changed by Andrew Howroyd, Jul 06 2024
Showing 1-3 of 3 results.