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!)
A141142 Numerators of power series arising in random graphs. 1
-1, 2, -4, 44, -104, 40, -7648, 2848, -31712, 23429344, -89072576, 1441952704, -893393408, 9352282112, -11547336704, 314833934543872, -886909037097472, 8407858707080704, -3185585650598165504, 476968653230369792, -4605749416183789568, 11898401315301146359808, -282034907680992595910656, 1032668724971184398336, -2345904699036953797820416 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Denominators are A141143. Series given in Bouchard and Marino 2.31, p. 5, with citations to earlier literature.
LINKS
Vincent Bouchard and Marcos Marino, Hurwitz numbers, matrix models and enumerative geometry, arXiv:0709.1458 [math.AG], 2007-2008.
FORMULA
Power series s(z) defined by (1+z)*exp(-z) = (1 + s(z))*exp(-s(z)).
s(z) = -1 - LambertW(-(1+z)*exp(-z-1)). - Max Alekseyev, Aug 17 2013
EXAMPLE
s(z) = -z + (2/3)*z^2 - (4/9)*z^3 + (44/135)*z^4 - (104/405)*z^5 + (40/189)*z^6 - (7648/42525)*z^7 + O(z^8).
MAPLE
assume(z>0); series( -1 - LambertW(-(1+z)*exp(-z-1)), z, 20 );
MATHEMATICA
Assuming[z>0, Series[-1 - ProductLog[-(1+z) Exp[-1-z]], {z, 0, 25}]] // CoefficientList[#, z]& // Numerator (* Jean-François Alcover, Aug 13 2018, after Max Alekseyev *)
CROSSREFS
Cf. A141143.
Sequence in context: A359876 A059794 A116611 * A353797 A007596 A050588
KEYWORD
frac,sign
AUTHOR
Jonathan Vos Post, Jun 10 2008
EXTENSIONS
Terms a(8) onward from Max Alekseyev, Aug 17 2013
STATUS
approved

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 June 29 06:14 EDT 2024. Contains 373826 sequences. (Running on oeis4.)