|
Search: id:A073315
|
|
|
| A073315 |
|
Expansion of Lambert W function in powers of log(log(x))/log(x). |
|
+0 1
|
|
| 1, 1, 2, 2, 9, 6, 6, 44, 72, 24, 24, 250, 700, 600, 120, 120, 1644, 6750, 10200, 5400, 720, 720, 12348, 68208, 154350, 147000, 52920, 5040, 5040, 104544, 735392, 2274384, 3292800, 2163840, 564480, 40320, 40320, 986256, 8504928, 33911136
(list; table; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
REFERENCES
|
R. M. Corless, G. H. Gonnet, D. E. G. Hare, D. J. Jeffrey and D. E. Knuth, On the Lambert W Function, Advances in Computational Mathematics, vol. 5, pp. 329-359, 1996.
|
|
LINKS
|
R. M. Corless et al., On the Lambert W Function.
|
|
FORMULA
|
E.g.f.: LambertW(x) = Sum_{n>0, k>=0} T(n, k)(-1/log(log(x)))^k(log(log(x))/log(x))^n/n!.
|
|
EXAMPLE
|
1; 1,2; 2,9,6; 6,44,72,24; 24,250,700,600,120; ...
|
|
PROGRAM
|
(PARI) T(n, k)=local(z, y); if(k<0|k>=n, 0, z=O(x); y='y; for(i=1, n+1, z=-log(1-x-x*y*z)); n!*polcoeff(polcoeff(z, n, x), k, y))
|
|
CROSSREFS
|
Sequence in context: A021002 A103710 A093589 this_sequence A066320 A005168 A011149
Adjacent sequences: A073312 A073313 A073314 this_sequence A073316 A073317 A073318
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Michael Somos, Jul 24, 2002
|
|
|
Search completed in 0.002 seconds
|