Write a function to compute this integral
where
. That is, the integrand is (x to the x) to the (x to the x) to the (x to the x)...
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers8
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2056 Solvers
-
296 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
265 Solvers
-
convert matrix to single column
439 Solvers
-
GJam 2013 Veterans: Ocean View (Small)
20 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It looks like the given results are for the function
(x^x)^(x^x)^(x^x)...
instead of
x^x^x^x^x^x...;
they are closely related but slightly different.
Thanks for finding the error and sorry for the confusion. I've fixed the description.