3.75 \(\int \log (\log (\log (\log (x)))) \, dx\)

Optimal. Leaf size=8 \[ \text{Int}(\log (\log (\log (\log (x)))),x) \]

[Out]

CannotIntegrate[Log[Log[Log[Log[x]]]], x]

_______________________________________________________________________________________

Rubi [A]  time = 0.0098494, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ \text{Int}(\log (\log (\log (\log (x)))),x) \]

Verification is Not applicable to the result.

[In]  Int[Log[Log[Log[Log[x]]]],x]

[Out]

Defer[Int][Log[Log[Log[Log[x]]]], x]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 0., size = 0, normalized size = 0. \[ \int \log{\left (\log{\left (\log{\left (\log{\left (x \right )} \right )} \right )} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(ln(ln(ln(ln(x)))),x)

[Out]

Integral(log(log(log(log(x)))), x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.250813, size = 0, normalized size = 0. \[ \int \log (\log (\log (\log (x)))) \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[Log[Log[Log[Log[x]]]],x]

[Out]

Integrate[Log[Log[Log[Log[x]]]], x]

_______________________________________________________________________________________

Maple [A]  time = 0.018, size = 0, normalized size = 0. \[ \int \ln \left ( \ln \left ( \ln \left ( \ln \left ( x \right ) \right ) \right ) \right ) \, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(ln(ln(ln(ln(x)))),x)

[Out]

int(ln(ln(ln(ln(x)))),x)

_______________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \[ x \log \left (\log \left (\log \left (\log \left (x\right )\right )\right )\right ) - \int \frac{1}{\log \left (x\right ) \log \left (\log \left (x\right )\right ) \log \left (\log \left (\log \left (x\right )\right )\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(log(log(log(log(x)))),x, algorithm="maxima")

[Out]

x*log(log(log(log(x)))) - integrate(1/(log(x)*log(log(x))*log(log(log(x)))), x)

_______________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\log \left (\log \left (\log \left (\log \left (x\right )\right )\right )\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(log(log(log(log(x)))),x, algorithm="fricas")

[Out]

integral(log(log(log(log(x)))), x)

_______________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \[ x \log{\left (\log{\left (\log{\left (\log{\left (x \right )} \right )} \right )} \right )} - \int \frac{1}{\log{\left (x \right )} \log{\left (\log{\left (x \right )} \right )} \log{\left (\log{\left (\log{\left (x \right )} \right )} \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(ln(ln(ln(ln(x)))),x)

[Out]

x*log(log(log(log(x)))) - Integral(1/(log(x)*log(log(x))*log(log(log(x)))), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0., size = 0, normalized size = 0. \[ \int \log \left (\log \left (\log \left (\log \left (x\right )\right )\right )\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(log(log(log(log(x)))),x, algorithm="giac")

[Out]

integrate(log(log(log(log(x)))), x)