A194347 Decimal expansion of h_e(1/17), where h_e(x) is the even infinite power tower function.
5, 6, 0, 5, 9, 6, 4, 8, 5, 3, 1, 6, 4, 9, 8, 2, 1, 1, 1, 7, 6, 1, 0, 8, 5, 7, 0, 3, 7, 8, 4, 7, 0, 7, 7, 2, 3, 0, 1, 0, 9, 9, 8, 3, 1, 5, 2, 3, 1, 2, 2, 8, 4, 0, 7, 4, 4, 4, 4, 2, 4, 4, 7, 2, 0, 2, 3, 1, 9, 2, 2, 7, 5, 7, 2, 2, 9, 1, 6, 8, 6, 3, 5, 7, 4, 0, 0, 5, 0, 0, 2, 8, 2, 1, 7, 4, 8, 7, 5, 8
Offset: 0
Examples
0.560596485316498211176108570378470772301099831523122840744442447202319227572291...
Programs
-
Mathematica
a = N[(1/17)^(1/17), 100]; Do[a = (1/17)^(1/17)^a, {3000}]; RealDigits[a, 10, 100] // First
Comments