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!)
A075267 Denominator of the coefficient of x^n in log(-log(1-x)/x). 8
2, 24, 8, 2880, 288, 362880, 17280, 29030400, 89600, 958003200, 17418240, 31384184832000, 402361344000, 62768369664000, 295206912, 512189896458240000, 342372925440000, 919636959090769920000, 5377993912811520000, 674400436666564608000000, 89903156428800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
S:= series(log(-log(1-x)/x), x, 51):
seq(denom(coeff(S, x, j)), j=1..50); # Robert Israel, May 17 2016
MATHEMATICA
Denominator[ CoefficientList[ Series[ Log[ -Log[1 - x]/x], {x, 0, 18}], x]]
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Log(-Log(1-x)/x) )); [Denominator(b[n]): n in [1..m-2]]; // G. C. Greubel, Oct 29 2018
CROSSREFS
Sequence in context: A351850 A066585 A278563 * A002743 A220773 A290772
KEYWORD
frac,nonn
AUTHOR
Paul D. Hanna, Sep 15 2002
EXTENSIONS
Edited by Robert G. Wilson v, Sep 17 2002
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)