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.

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

Original entry on oeis.org

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

Views

Author

Balarka Sen, Aug 16 2012

Keywords

Comments

A more general function is L(z) = sum(n=1,Infinity,1/n^^z).
What is the value of L(4)?
L(4) = 1.0000152587890625000... where the next 3 trillion decimal places are 0. - Charles R Greathouse IV, Sep 20 2012

Examples

			1.062500000000131137265239709250723468551954313530249 . . .
		

Crossrefs

Programs

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