login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A352593 Denominator values occurring in formulas for the n-th integration of the Lambert W function. 1

%I #22 Oct 13 2022 13:26:53

%S 1,8,648,82944,1296000000,69984000000,403443833184000000,

%T 26440095051546624000000,42154051662866968215552000000,

%U 263462822892918551347200000000000,826859199578154686310659783668531200000000000

%N Denominator values occurring in formulas for the n-th integration of the Lambert W function.

%e If we use J(n, f(x)) notation for the n-th integration, then we can find the denominator

%e J(1, W(x)) = x/(W(x) (W(x)^2 - W(x) + 1) + c

%e J(2, W(x)) = x^2/(8W(x)^2) (4W(x)^3 - 6W(x)^2 + 6W(x) + 1) + kx + c

%e J(3, W(x)) = x^3/(648W(x)^3) (108W(x)^4 - 198W(x)^3 + 198W(x)^2 + 57W(x) + 8) + x^2/2 h + kx + c

%e ...

%e where c, k, h are constants.

%t max = 10; Table[Denominator[Together[Rest[NestList[Integrate[#, x] &, LambertW[x], max]]]][[k]] / ProductLog[x]^k, {k, 1, max}] (* _Vaclav Kotesovec_, Apr 14 2022 *)

%Y Cf. A352592.

%K nonn

%O 1,2

%A _Lukáš Backa_, Mar 21 2022

%E More terms from _Vaclav Kotesovec_, Apr 14 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)