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!)
A161527 Numerators of cumulative sums of rational sequence A038110(k)/A038111(k). 5
1, 2, 11, 27, 61, 809, 13945, 268027, 565447, 2358365, 73551683, 2734683311, 112599773191, 4860900544813, 9968041656757, 40762420985117, 83151858555707, 5085105491885327, 341472595155548909, 24295409051193284539, 1777124696397561611347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
By rewriting the sequence of sums as 1 - Product_{n>=1} (1 - 1/prime(n)), one can show that the product goes to zero and the sequence of sums converges to 1. This is interesting because the terms approach 1/(2*prime(n)) for large n, and a sum of such terms might be expected to diverge, since Sum_{n>=1} 1/(2*prime(n)) diverges.
Denominators appear to be given by A060753(n+1). - Peter Kagey, Jun 08 2019
A254196 appears to be a duplicate of this sequence. - Michel Marcus, Aug 05 2019
LINKS
FORMULA
a(n) = A053144(n)/A058250(n). - Jamie Morken, Aug 28 2022
MATHEMATICA
Table [1- Product[1 - (1/Prime[k])), {i, 1, j}, {j, 1, 20}]; (* This is a table of the individual sums: Sum[Product[ 1 - (1/Prime[k]), {k, n-1}]/Prime[n], {n, 1, 3}], which is the sum of terms of the Mathematica table given in A038111 (three terms, in this example). *)
PROG
(PARI) r(n) = prod(k=1, n-1, (1 - 1/prime(k)))/prime(n);
a(n) = numerator(sum(k=1, n, r(k))); \\ Michel Marcus, Jun 08 2019
CROSSREFS
Sequence in context: A218471 A139211 A254196 * A143651 A054552 A296288
KEYWORD
nonn,frac
AUTHOR
Daniel Tisdale, Jun 12 2009
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 August 14 03:23 EDT 2024. Contains 375146 sequences. (Running on oeis4.)