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.

A265825 Continued fraction expansion of the prime zeta function at 4.

Original entry on oeis.org

0, 12, 1, 83, 1, 1, 7, 3, 9, 1, 23, 1, 4, 1, 1, 5, 1, 2, 17, 1, 1, 3, 1, 16, 3, 2, 1, 10, 5, 89, 1, 1, 1, 4, 3, 2, 3, 1, 2, 2, 3, 3, 3, 13, 1, 3, 1, 5, 1, 56, 1, 2, 8, 1, 19, 1, 22, 5, 5, 3, 72, 1, 2, 1, 1, 11, 2, 8, 1, 2, 2, 1, 7, 2, 6, 3, 3, 3, 6, 2, 3, 7, 1
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 16 2015

Keywords

Comments

Continued fraction of Sum_{n>=1} 1/prime(n)^4 = 0.0769931397642468449426...

Examples

			1/2^4 + 1/3^4 + 1/5^4 +1/7^4 + 1/11^4 + 1/13^4 +... = 1/(12 + 1/(1 + 1/(83 + 1/(1 + 1/(1 + 1/(7 + 1/(3 + 1/(9 + 1/...)))))))).
		

Crossrefs

Programs

  • Mathematica
    ContinuedFraction[PrimeZetaP[4], 82]