The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A035047 Denominators of alternating sum transform (PSumSIGN) of Harmonic numbers H(n) = A001008/A002805. 2
1, 2, 3, 4, 15, 12, 105, 24, 315, 120, 3465, 40, 45045, 280, 45045, 560, 765765, 5040, 14549535, 5040, 14549535, 55440, 334639305, 55440, 1673196525, 720720, 5019589575, 720720, 145568097675, 720720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f. for A035048(n)/A035047(n) : log(1-x)/(x^2-1). - Benoit Cloitre, Jun 15 2003
a(n) = denominator((-1)^(n+1)*1/2*(log(2)+(-1)^(n+1)*(gamma+1/2*(psi(1+n/2)-psi(3/2+n/2))+psi(2+n)))), with gamma the Euler-Mascheroni constant. - [Gerry Martens, Apr 28 2011]
MAPLE
S:= series(log(1-x)/(x^2-1), x, 101):
seq(denom(coeff(S, x, j)), j=1..100); # Robert Israel, Jun 02 2015
PROG
(PARI) a(n)=denominator(polcoeff(log(1-x)/(x^2-1)+O(x^(n+1)), n))
CROSSREFS
Cf. A035048.
Sequence in context: A367742 A251637 A365436 * A347335 A348672 A334619
KEYWORD
nonn,frac,easy
AUTHOR
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 May 13 15:16 EDT 2024. Contains 372520 sequences. (Running on oeis4.)