A215578 Decimal expansion of Sum_{n>=1} 1/n^(n^n).
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
Examples
1.062500000000131137265239709250723468551954313530249 . . .
Links
- Wikipedia, Tetration
Programs
-
PARI
suminf(n=1,1/n^(n^n))
Comments