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-1 of 1 results.

A350582 Decimal expansion of sum of reciprocals of maximal prime gap primes: Sum_{n>=1} 1/A000101(n).

Original entry on oeis.org

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

Views

Author

John W. Nicholson, Jan 07 2022

Keywords

Examples

			0.68172979491338871...
		

Crossrefs

Programs

  • PARI
    v = readvec("b000101.txt");s=0; for(i=1,#v,s= 1/v[i]+s);s*1.
    \\ PARI's "readvec" doesn't work with the 2-column original OEIS b-file "b000101.txt". One needs to strip the index column first from b-file.

Extensions

a(15)-a(17) from John W. Nicholson, Feb 25 2025
Showing 1-1 of 1 results.