2 lines
70 B
Text
2 lines
70 B
Text
Rest[Nest[Append[#, (Times @@ #) + 1] &, {1}, 10]]
|
|
N[Total[1/%], 250]
|
Rest[Nest[Append[#, (Times @@ #) + 1] &, {1}, 10]]
|
|
N[Total[1/%], 250]
|