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.

A338305 Decimal expansion of Sum_{k>=0} 1/F(2^k+1), where F(k) is the k-th Fibonacci number (A000045).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Oct 21 2020

Keywords

Comments

Erdős and Graham (1980) asked whether this constant is irrational or transcendental.
Badea (1987) proved that it is irrational.
Becker and Töpper (1994) proved that it is transcendental.
Note that a similar sum, Sum_{k>=0} 1/F(2^k) = (7-sqrt(5))/2 (A079585), is quadratic rational in Q(sqrt(5)).

Examples

			1.73003822250424324230412356649689901034795500481030...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sum[1/Fibonacci[2^n + 1], {n, 0, 10}], 10, 100][[1]]
  • PARI
    suminf(k=0, 1/fibonacci(2^k+1)) \\ Michel Marcus, Oct 21 2020

Formula

Equals Sum_{k>=0} 1/A192222(k).