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.

A215633 Decimal expansion of Sum_{n>=1} 1/n^(n^prime(n)).

Original entry on oeis.org

1, 0, 0, 3, 9, 0, 6, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
Offset: 1

Views

Author

Balarka Sen, Aug 18 2012

Keywords

Comments

Is this a finite sequence? (or equivalently, is this constant rational?)
Unlikely: the "apparent" rationality seems to be caused by the rapid growth of the denominators; one may instead speculate that the value is transcendental. - Joerg Arndt, Feb 05 2013
The constant is approximately 257/256 (see A021260).

Examples

			1.00390625000000000000000000... = 1 + 1/2^8 + 1/3^243 + 1/4^16384+...
		

Crossrefs

Cf. A062481.

Programs

  • PARI
    suminf(n=1,1/n^(n^prime(n)))