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.

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

Original entry on oeis.org

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

Views

Author

Artur Jasinski, Nov 15 2007

Keywords

Comments

Constant formed from sum of reversed Sierpinski numbers of first kind A014566.

Examples

			0.7399479434954655122560255307349947820561106657422439628745456519998...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[Sum[1/(n^n + 1), {n, 1, 150}], 100]][[1]] (* first zero removed *)