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!)
A073595 Denominator of b(n) = Sum_{k=1..n} (-1)^(k+1)/k*Sum_{i=0..k-1} (-1)^i/(2*i+1). 2
1, 3, 45, 315, 1575, 51975, 4729725, 4729725, 18555075, 4583103525, 50414138775, 1159525191825, 793359341775, 15073827493725, 2185704986590125, 67756854584293875, 1151866527932995875, 3455599583798987625, 2429286507410688300375, 2429286507410688300375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Limit_{n -> infinity} b(n) = G, the Catalan constant (A006752).
MATHEMATICA
Denominator[Accumulate[Table[(-1)^(k + 1)/k * Sum[(-1)^i/(2*i + 1), {i, 0, k - 1}], {k, 1, 20}]]] (* Amiram Eldar, May 05 2022 *)
PROG
(PARI) a(n)=denominator(sum(k=1, n, (-1)^(k+1)/k*sum(i=0, k-1, (-1)^i/(2*i+1))))
CROSSREFS
Cf. A006752, A073594 (numerators).
Sequence in context: A062346 A359860 A002682 * A370954 A117972 A061532
KEYWORD
easy,frac,nonn
AUTHOR
Benoit Cloitre, Aug 28 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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)