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.

A269991 Decimal expansion of Sum_{n >= 1} 2^(1-n)/Fibonacci(n).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Mar 12 2016

Keywords

Examples

			1.684813144489576096316554337380078230...
		

Crossrefs

Programs

  • Mathematica
    x = N[Sum[2^(1 - n)/Fibonacci[n], {n, 1, 500}], 100]
    RealDigits[x][[1]]
  • PARI
    suminf(n=1, 2^(1-n)/fibonacci(n)) \\ Michel Marcus, Feb 01 2021

Formula

Equals Sum_{n>=0} 1/A063727(n) = Sum_{n>=1} 1/A085449(n) = 2 * Sum_{n>=1} 1/A103435(n) = 4 * Sum_{n>=1} 1/A209084(n). - Amiram Eldar, Feb 01 2021