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.

A078756 Decimal expansion of -x, where x is the unique nonzero real solution to Sum_{p prime} x^p = 0.

Original entry on oeis.org

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

Views

Author

Jon Perry, Jan 08 2003

Keywords

Examples

			-0.6292332131386075877...
		

Crossrefs

Cf. A079888 (continued fraction expansion).

Programs

  • PARI
    default(realprecision, 500); solve(x=-1,-0.5,sum(k=1,1000,x^prime(k)))

Extensions

Edited by Benoit Cloitre, Jan 16 2003