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.

A349850 Decimal expansion of Sum_{k>=1} H(k)*F(k)/2^k, where H(k) = A001008(k)/A002805(k) is the k-th harmonic number and F(k) = A000045(k) is the k-th Fibonacci number.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Dec 02 2021

Keywords

Examples

			3.96874800690391485217106364061998568869842436396224...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[2*Log[2] + 12*Log[GoldenRatio]/Sqrt[5], 10, 100][[1]]

Formula

Equals log(4*phi^(12/sqrt(5))) = 2*log(2) + 12*log(phi)/sqrt(5), where phi is the golden ratio (A001622).