VOOZH
about
URL: https://oeis.org/A264235
⇱ A264235 - OEIS
login
A264235
Denominator of the coefficients in the expansion of 1/W(x) - 1/x where W(x) is the Lambert W function.
2
1, 2, 3, 8, 15, 144, 35, 5760, 2835, 44800, 6237, 43545600, 25025, 6706022400, 13030875, 229605376, 10854718875, 376610217984000, 282907625, 128047474114560000, 311834363841, 166487326720000, 407510816383125, 26976017466662584320000, 62628675484375
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
COMMENTS
If prefixed by an additional 1, denominators of coefficients of expansion of exp(W(x)). -
N. J. A. Sloane
, Jan 08 2021
LINKS
Table of n, a(n) for n=0..24.
EXAMPLE
Coefficients of expansion of exp(W(x)) are 1, 1, -1/2, 2/3, -9/8, 32/15, -625/144, 324/35, -117649/5760, 131072/2835, -4782969/44800, ... -
N. J. A. Sloane
, Jan 08 2021
MATHEMATICA
CoefficientList[Series[1/ProductLog[x] - 1/x, {x, 0, 21}], x] // Denominator
CROSSREFS
Numerators are in
A264234
.
Similar to but strictly different from
A230284
.
Sequence in context:
A387027
A129108
A230284
*
A160622
A153699
A182670
Adjacent sequences:
A264232
A264233
A264234
*
A264236
A264237
A264238
KEYWORD
nonn
,
frac
AUTHOR
Peter Luschny
, Nov 09 2015
STATUS
approved