OFFSET
0,2
COMMENTS
The function sqrt(-log(1-q)/q) is associated with the generating function of connected graphs enumeration
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
P. Flajolet, B. Salvy, and G. Schaeffer, Airy Phenomena and Analytic Combinatorics of Connected Graphs, Electronic Journal of Combinatorics, Volume 11(1), 2004, Research Paper #R34 page 8.
MAPLE
gf := sqrt(-log(1-q)/q) ;
taylor(%, q=0, 18) ;
gfun[seriestolist](%) ;
map(denom, %) ; # R. J. Mathar, Mar 15 2018
MATHEMATICA
s = Sqrt[Log[1/(1 - q)]/q] + O[q]^20; CoefficientList[s, q] // Denominator
PROG
(PARI) Vec(apply(denominator, sqrt(-log(1-'q)/'q))) \\ M. F. Hasler, Mar 16 2018
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Jean-François Alcover, Apr 20 2016
EXTENSIONS
Definition corrected by Juan Arias-de-Reyna, Mar 15 2018
STATUS
approved